diff options
author | Richard Nelson <none@none> | 2010-10-04 11:21:15 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-10-04 11:21:15 -0700 |
commit | 033c45f99024dd8197a94936443f67f3e76d40bb (patch) | |
tree | 8a65b6e74ce8e655cbfe1bdcb9102f6c15a9c9b9 /indra/newview/llviewerkeyboard.cpp | |
parent | f61ec17a6554f2c94f76258c9e3a86c7eda495d0 (diff) |
EXP-142 FIXED Disable mouselook in Skylight
Diffstat (limited to 'indra/newview/llviewerkeyboard.cpp')
-rw-r--r-- | indra/newview/llviewerkeyboard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerkeyboard.cpp b/indra/newview/llviewerkeyboard.cpp index 4e60c47f07..1aa9fd8a45 100644 --- a/indra/newview/llviewerkeyboard.cpp +++ b/indra/newview/llviewerkeyboard.cpp @@ -597,6 +597,7 @@ REGISTER_KEYBOARD_ACTION("edit_avatar_move_backward", edit_avatar_move_backward) REGISTER_KEYBOARD_ACTION("stop_moving", stop_moving); REGISTER_KEYBOARD_ACTION("start_chat", start_chat); REGISTER_KEYBOARD_ACTION("start_gesture", start_gesture); +#undef REGISTER_KEYBOARD_ACTION LLViewerKeyboard::LLViewerKeyboard() { |