diff options
author | Oz Linden <oz@lindenlab.com> | 2013-06-28 16:18:08 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-06-28 16:18:08 -0400 |
commit | 8ae792b38af42d26a0f588e9a8b778df99416fd5 (patch) | |
tree | 8b2e1c3154861bd8852760be438cdd806dfe4a82 /indra/newview/llviewerregion.h | |
parent | 5f397fa58352fb58d79b72148904f925416f4978 (diff) |
move reading of the sim features to LLViewerRegion for consistency, a couple of minor cleanups
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rwxr-xr-x | indra/newview/llviewerregion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index a3db7f5ac7..109baccf9a 100755 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -348,6 +348,7 @@ public: bool materialsCapThrottled() const { return !mMaterialsCapThrottleTimer.hasExpired(); } void resetMaterialsCapThrottle(); + U32 getMaxMaterialsPerTransaction() const; public: struct CompareDistance { |