diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-12-18 12:10:40 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-12-18 12:10:40 +0200 |
commit | 04a5080b670781d1f26e0878971013f37b1592d2 (patch) | |
tree | cff63b7017496cf482448fce7b1e7fbe9a6656c6 /indra/newview/llsnapshotlivepreview.h | |
parent | 5c255726f4820ea5007ea939a49eba82f8bdbc0b (diff) |
MAINT-4726 FIXED Strange camera roll when using freeze frame in snapshot floater
Diffstat (limited to 'indra/newview/llsnapshotlivepreview.h')
-rw-r--r-- | indra/newview/llsnapshotlivepreview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsnapshotlivepreview.h b/indra/newview/llsnapshotlivepreview.h index e1937187a3..fed33bf37c 100644 --- a/indra/newview/llsnapshotlivepreview.h +++ b/indra/newview/llsnapshotlivepreview.h @@ -182,6 +182,7 @@ private: public: static std::set<LLSnapshotLivePreview*> sList; BOOL mKeepAspectRatio ; + BOOL mForceUpdateSnapshot; }; #endif // LL_LLSNAPSHOTLIVEPREVIEW_H |