diff options
author | Oz Linden <oz@lindenlab.com> | 2013-06-26 09:43:01 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-06-26 09:43:01 -0400 |
commit | 1c6783fdb564cb10ade2a585a874ce951fff34e6 (patch) | |
tree | c9fefffe0ff317ebdac566f4c7b8928b553fcec6 /indra/newview/llviewerregion.cpp | |
parent | 7ede4c4b6e2a86914c452b3e0f465ccf17a1a404 (diff) |
NORSPEC-29: use the MaxMaterialsPerTransaction simulator feature if available
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rwxr-xr-x | indra/newview/llviewerregion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 8422708add..a4f6340d9e 100755 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1219,7 +1219,7 @@ void LLViewerRegion::getInfo(LLSD& info) info["Region"]["Handle"]["y"] = (LLSD::Integer)y; } -void LLViewerRegion::getSimulatorFeatures(LLSD& sim_features) +void LLViewerRegion::getSimulatorFeatures(LLSD& sim_features) const { sim_features = mSimulatorFeatures; |