diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-01-29 16:35:56 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-01-29 16:35:56 +0000 |
commit | 3a8b1bf1e4b30e8efb1fe161706c8d5f41fccad8 (patch) | |
tree | 708e47c603275614c5cb8eecd9bdb56dbdc53317 /indra/newview/llviewerregion.h | |
parent | 26add5700d88338b94ce891892948998b0468131 (diff) |
SL-859 - exceptionally verbose logging of object state updates, likely temporary
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r-- | 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 69fb9c4d4e..69fa42c1c8 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -305,6 +305,7 @@ public: bool meshUploadEnabled() const; // has region received its simulator features list? Requires an additional query after caps received. + void requestSimulatorFeatures(); void setSimulatorFeaturesReceived(bool); bool simulatorFeaturesReceived() const; boost::signals2::connection setSimulatorFeaturesReceivedCallback(const caps_received_signal_t::slot_type& cb); |