diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-04-15 13:29:13 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-04-15 13:29:13 +0300 |
commit | dd4f3c90797339fff98d92edeb5d7815fe8e32ed (patch) | |
tree | bfad709d7150c68736e6d5e068999ab03db6de6a /indra/newview/llsnapshotlivepreview.cpp | |
parent | cccde14f9b2eb66cd9bea00d7e3843bca498a715 (diff) |
MAINT-5072 FIXED snapshot window in snapshot
Diffstat (limited to 'indra/newview/llsnapshotlivepreview.cpp')
-rw-r--r-- | indra/newview/llsnapshotlivepreview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llsnapshotlivepreview.cpp b/indra/newview/llsnapshotlivepreview.cpp index 234e922104..f0377b3fa7 100644 --- a/indra/newview/llsnapshotlivepreview.cpp +++ b/indra/newview/llsnapshotlivepreview.cpp @@ -194,8 +194,9 @@ void LLSnapshotLivePreview::updateSnapshot(BOOL new_snapshot, BOOL new_thumbnail // Stop shining animation. mShineAnimTimer.stop(); + mSnapshotDelayTimer.setTimerExpirySec(delay); mSnapshotDelayTimer.start(); - mSnapshotDelayTimer.setTimerExpirySec(delay); + mPosTakenGlobal = gAgentCamera.getCameraPositionGlobal(); |