diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-05-19 22:37:41 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-05-19 22:37:41 +0300 |
commit | aaaf3189c400e491c6adc533f8b03dfecddb1dd9 (patch) | |
tree | 57872267bb777945a568574ee19bcda578738d76 /indra/newview/llviewerinput.cpp | |
parent | 847cce915dd54166ca3b4fd6bfb8b3c697433abf (diff) | |
parent | b86fdf1c316a49bab69d7ef6b3751565bedf8f59 (diff) |
Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint
Diffstat (limited to 'indra/newview/llviewerinput.cpp')
-rw-r--r-- | indra/newview/llviewerinput.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |