summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-02-24 16:16:58 -0800
committerLeyla Farazha <leyla@lindenlab.com>2010-02-24 16:16:58 -0800
commit66d2bd3de30b77301d200c7449d33bb5b81b94ec (patch)
treeaa3a39b7950a72f292bc3ee43afd6b10ed95ba79
parent7745b0e1c32ba6019cdc483c8b8013c0da0f6d5d (diff)
EXT-5362 clicking an AutoZoom web prim twice will focus camera on your avatar
reviewed by Richard - CC#142
-rw-r--r--indra/newview/llviewermediafocus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermediafocus.cpp b/indra/newview/llviewermediafocus.cpp
index 88e7cfec86..b8179f7fc2 100644
--- a/indra/newview/llviewermediafocus.cpp
+++ b/indra/newview/llviewermediafocus.cpp
@@ -126,7 +126,7 @@ void LLViewerMediaFocus::setFocusFace(LLPointer<LLViewerObject> objectp, S32 fac
if(face_auto_zoom && ! parcel->getMediaPreventCameraZoom())
{
// Zoom in on this face
- mMediaControls.get()->resetZoomLevel();
+ mMediaControls.get()->resetZoomLevel(false);
mMediaControls.get()->nextZoomLevel();
}
else