diff options
author | Jacek Antonelli | 2008-10-03 18:05:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-10-03 18:06:00 -0500 |
commit | 04f9d0b7cef929ad9acdea37bf5f826850993c52 (patch) | |
tree | 4f89e6ad443f04b66d562af0bbae7e95cb44dc24 /linden/indra/newview/llviewerjoystick.h | |
parent | Second Life viewer sources 1.21.3-RC (diff) | |
download | meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.zip meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.gz meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.bz2 meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.xz |
Second Life viewer sources 1.21.4-RC
Diffstat (limited to 'linden/indra/newview/llviewerjoystick.h')
-rw-r--r-- | linden/indra/newview/llviewerjoystick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerjoystick.h b/linden/indra/newview/llviewerjoystick.h index 6a582fd..44d0dca 100644 --- a/linden/indra/newview/llviewerjoystick.h +++ b/linden/indra/newview/llviewerjoystick.h | |||
@@ -81,7 +81,7 @@ protected: | |||
81 | void agentFly(F32 inc); | 81 | void agentFly(F32 inc); |
82 | void agentRotate(F32 pitch_inc, F32 turn_inc); | 82 | void agentRotate(F32 pitch_inc, F32 turn_inc); |
83 | void agentJump(); | 83 | void agentJump(); |
84 | void resetDeltas(S32 axis[], bool flycam_and_build = false); | 84 | void resetDeltas(S32 axis[]); |
85 | #if LIB_NDOF | 85 | #if LIB_NDOF |
86 | static NDOF_HotPlugResult HotPlugAddCallback(NDOF_Device *dev); | 86 | static NDOF_HotPlugResult HotPlugAddCallback(NDOF_Device *dev); |
87 | static void HotPlugRemovalCallback(NDOF_Device *dev); | 87 | static void HotPlugRemovalCallback(NDOF_Device *dev); |