diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2010-12-10 19:55:47 +0200 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2010-12-10 19:55:47 +0200 |
commit | bae83c7eac98229271a6baf4c961fe167c74a597 (patch) | |
tree | da2063430af82c7589c00f1dd34bf0351ead12c4 /indra/newview/llfloatersnapshot.cpp | |
parent | 26d063f5521f80bc7eca214fb8338fee4e87f301 (diff) |
STORM-378 ADDITIONAL FIX REVERTED Backed out changeset: f858446d207f
Diffstat (limited to 'indra/newview/llfloatersnapshot.cpp')
-rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index b310256874..0931f77281 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -908,8 +908,6 @@ BOOL LLSnapshotLivePreview::onIdle( void* snapshot_preview ) previewp->mPosTakenGlobal = gAgentCamera.getCameraPositionGlobal(); previewp->mShineCountdown = 4; // wait a few frames to avoid animation glitch due to readback this frame } - - gViewerWindow->playSnapshotAnimAndSound(); } previewp->getWindow()->decBusyCount(); // only show fullscreen preview when in freeze frame mode |