diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-09-05 21:58:11 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-09-05 21:58:11 +0300 |
commit | f636b48109e3234ce8a5c36502c7f2615c253bb1 (patch) | |
tree | 61622d080dc39c065013c0fe076737f70db99cff /indra/newview/llviewerregion.h | |
parent | 2325dca257a2c98816b6fcfc790060b06f223cdd (diff) | |
parent | cd895d6e583f42349ca3bc330d82c66740ce08ab (diff) |
Merged in lindenlab/viewer-manul
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r-- | indra/newview/llviewerregion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index d5266ec873..2548ff1423 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -304,6 +304,8 @@ public: bool meshRezEnabled() const; bool meshUploadEnabled() const; + bool bakesOnMeshEnabled() const; + // has region received its simulator features list? Requires an additional query after caps received. void requestSimulatorFeatures(); void setSimulatorFeaturesReceived(bool); |