summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-06-26 09:43:01 -0400
committerOz Linden <oz@lindenlab.com>2013-06-26 09:43:01 -0400
commit1c6783fdb564cb10ade2a585a874ce951fff34e6 (patch)
treec9fefffe0ff317ebdac566f4c7b8928b553fcec6 /indra/newview/llviewerregion.cpp
parent7ede4c4b6e2a86914c452b3e0f465ccf17a1a404 (diff)
NORSPEC-29: use the MaxMaterialsPerTransaction simulator feature if available
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rwxr-xr-xindra/newview/llviewerregion.cpp2
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;