Skip to content
Snippets Groups Projects
Commit 8bb95eb8 authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-6711 "Object view" rotates around the avatar

parent 4a9d6cd6
No related branches found
No related tags found
No related merge requests found
...@@ -223,6 +223,7 @@ void LLToolCamera::pickCallback(const LLPickInfo& pick_info) ...@@ -223,6 +223,7 @@ void LLToolCamera::pickCallback(const LLPickInfo& pick_info)
} }
if (!(pick_info.mKeyMask & MASK_ALT) && if (!(pick_info.mKeyMask & MASK_ALT) &&
!LLFloaterCamera::inFreeCameraMode() &&
gAgentCamera.cameraThirdPerson() && gAgentCamera.cameraThirdPerson() &&
gViewerWindow->getLeftMouseDown() && gViewerWindow->getLeftMouseDown() &&
!gSavedSettings.getBOOL("FreezeTime") && !gSavedSettings.getBOOL("FreezeTime") &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment