diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index a80cb3b43..c432e3a4b 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -439,7 +439,7 @@ void LLAgent::moveUp(S32 direction) setControlFlags(AGENT_CONTROL_UP_NEG | AGENT_CONTROL_FAST_UP); } - gAgentCamera.resetView(); + if (!isCrouch) gAgentCamera.resetView(); } //-----------------------------------------------------------------------------