From d9cdef171a4e33da2d24508a222cb2ae0d32610a Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Tue, 19 May 2020 12:10:39 +0300 Subject: SL-12904 Restored the missing code (post-merge) --- indra/newview/llviewerinput.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llviewerinput.cpp b/indra/newview/llviewerinput.cpp index 7a2f5ed7b3..ad4b9d4215 100644 --- a/indra/newview/llviewerinput.cpp +++ b/indra/newview/llviewerinput.cpp @@ -364,6 +364,7 @@ bool camera_spin_around_ccw_sitting( EKeystate s ) else { //change camera but do not send keystrokes + gAgentCamera.unlockView(); gAgentCamera.setOrbitLeftKey( get_orbit_rate() ); } return true; @@ -381,6 +382,7 @@ bool camera_spin_around_cw_sitting( EKeystate s ) else { //change camera but do not send keystrokes + gAgentCamera.unlockView(); gAgentCamera.setOrbitRightKey( get_orbit_rate() ); } return true; -- cgit v1.2.3