diff options
author | Dave Parks <davep@lindenlab.com> | 2011-06-06 19:12:52 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-06-06 19:12:52 -0500 |
commit | b3fbb12f155ae1acc6b4d258d1c383d5d8e47964 (patch) | |
tree | 6bc0a1db00daedfb61537ee326fb68dd6252c2bf /indra/newview/llviewerregion.h | |
parent | 86d6c3f196af3f40bcd4fc62c7828476c7a9d037 (diff) |
SH-1589 Fix for some meshes showing up in non mesh enabled regions.
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r-- | indra/newview/llviewerregion.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index d936277231..3811b989e7 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -276,6 +276,9 @@ public: void getInfo(LLSD& info); + bool meshRezEnabled() const; + bool meshUploadEnabled() const; + void getSimulatorFeatures(LLSD& info); void setSimulatorFeatures(const LLSD& info); |