diff options
| author | Richard Linden <none@none> | 2013-03-08 17:08:00 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-03-08 17:08:00 -0800 |
| commit | 4e3fddf271e6ff4557f594b6a8c036ab2a4e413f (patch) | |
| tree | 44354258589fc5be9dd5db54a27bec8edbc9e630 /indra/newview/llfloaterjoystick.cpp | |
| parent | 4a5f14afc987b645c68705b0313aebbc3ba1d811 (diff) | |
fixed remaining sample and add calls
Diffstat (limited to 'indra/newview/llfloaterjoystick.cpp')
| -rw-r--r-- | indra/newview/llfloaterjoystick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterjoystick.cpp b/indra/newview/llfloaterjoystick.cpp index 25c119d9e1..7fcebc965a 100644 --- a/indra/newview/llfloaterjoystick.cpp +++ b/indra/newview/llfloaterjoystick.cpp @@ -77,7 +77,7 @@ void LLFloaterJoystick::draw() for (U32 i = 0; i < 6; i++) { F32 value = joystick->getJoystickAxis(i); - sJoystickAxes[i]->sample(value * gFrameIntervalSeconds.value()); + sample(*sJoystickAxes[i], value * gFrameIntervalSeconds.value()); if (mAxisStatsBar[i]) { F32 minbar, maxbar; |
