summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-04-15 13:29:13 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-04-15 13:29:13 +0300
commitdd4f3c90797339fff98d92edeb5d7815fe8e32ed (patch)
treebfad709d7150c68736e6d5e068999ab03db6de6a /indra/newview
parentcccde14f9b2eb66cd9bea00d7e3843bca498a715 (diff)
MAINT-5072 FIXED snapshot window in snapshot
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llsnapshotlivepreview.cpp3
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();