diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-12-19 23:21:31 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-12-19 23:21:31 -0700 |
commit | 1fbd45672fcb1e5bfc194712fc7d0d4847a651cd (patch) | |
tree | 88c95c6cae2c615f8c08d707b1f73c4e57c7fd36 /indra/newview/llscenemonitor.h | |
parent | 4e22f3e3ef15e24d7e9e0ad156e60d4cd1b2d5c9 (diff) |
fix for SH-3640: Can not edit objects
Diffstat (limited to 'indra/newview/llscenemonitor.h')
-rw-r--r-- | indra/newview/llscenemonitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llscenemonitor.h b/indra/newview/llscenemonitor.h index ce25467a21..02e3d57d46 100644 --- a/indra/newview/llscenemonitor.h +++ b/indra/newview/llscenemonitor.h @@ -59,6 +59,7 @@ public: F32 getSamplingTime() const { return mSamplingTime;} F32 getDiffPixelRatio() const { return mDiffPixelRatio;} bool isEnabled()const {return mEnabled;} + bool needsUpdate() const; private: void freezeScene(); |