Alchemy crouch toggle code sync.

This commit is contained in:
Inusaito Sayori
2015-07-25 13:09:10 -04:00
parent fd5dae59ae
commit 31867a8bbf
3 changed files with 10 additions and 7 deletions

View File

@@ -1255,9 +1255,7 @@ bool LLAppViewer::mainLoop()
joystick->scanJoystick();
gKeyboard->scanKeyboard();
if (gAgent.isCrouching())
{
gAgent.moveUp(-1);
}
}