diff --git a/indra/newview/llagentcamera.cpp b/indra/newview/llagentcamera.cpp index 8e940c4f5..8aac19016 100644 --- a/indra/newview/llagentcamera.cpp +++ b/indra/newview/llagentcamera.cpp @@ -2523,9 +2523,10 @@ void LLAgentCamera::setFocusObject(LLViewerObject* object) //----------------------------------------------------------------------------- void LLAgentCamera::setFocusGlobal(const LLPickInfo& pick) { + static const LLCachedControl freeze_time("FreezeTime",false); LLViewerObject* objectp = gObjectList.findObject(pick.mObjectID); - if (objectp) + if (objectp && !freeze_time) { // focus on object plus designated offset // which may or may not be same as pick.mPosGlobal