diff --git a/indra/newview/llviewerjoystick.cpp b/indra/newview/llviewerjoystick.cpp index 9b2390349..42fae4fa2 100644 --- a/indra/newview/llviewerjoystick.cpp +++ b/indra/newview/llviewerjoystick.cpp @@ -869,7 +869,7 @@ void LLViewerJoystick::moveAvatar(bool reset) if (sControlCursor) { cursorSlide(sDelta[X_I]); // left / right - cursorPush(sDelta[Z_I]); // up / down + cursorPush(-sDelta[Z_I]); // up / down cursorZoom(sDelta[RX_I]); // mousewheel return; }