diff options
author | Armin Weatherwax | 2010-07-05 19:15:29 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-07-09 13:06:23 -0700 |
commit | 25272eefcc875e86597dd9c856e1af40d68ab1e0 (patch) | |
tree | ef513758cc7a13296ecf40249adab442a3b941b4 /linden/indra/newview/llviewerwindow.cpp | |
parent | Henri Beauchamp: fix tooltips not disappearing (diff) | |
download | meta-impy-25272eefcc875e86597dd9c856e1af40d68ab1e0.zip meta-impy-25272eefcc875e86597dd9c856e1af40d68ab1e0.tar.gz meta-impy-25272eefcc875e86597dd9c856e1af40d68ab1e0.tar.bz2 meta-impy-25272eefcc875e86597dd9c856e1af40d68ab1e0.tar.xz |
revamp autoenable joystick
Diffstat (limited to 'linden/indra/newview/llviewerwindow.cpp')
-rw-r--r-- | linden/indra/newview/llviewerwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerwindow.cpp b/linden/indra/newview/llviewerwindow.cpp index f8953c0..c89e0c5 100644 --- a/linden/indra/newview/llviewerwindow.cpp +++ b/linden/indra/newview/llviewerwindow.cpp | |||
@@ -1166,7 +1166,7 @@ BOOL LLViewerWindow::handleDeviceChange(LLWindow *window) | |||
1166 | // give a chance to use a joystick after startup (hot-plugging) | 1166 | // give a chance to use a joystick after startup (hot-plugging) |
1167 | if (!LLViewerJoystick::getInstance()->isJoystickInitialized() ) | 1167 | if (!LLViewerJoystick::getInstance()->isJoystickInitialized() ) |
1168 | { | 1168 | { |
1169 | LLViewerJoystick::getInstance()->init(true); | 1169 | LLViewerJoystick::getInstance()->init(); |
1170 | return TRUE; | 1170 | return TRUE; |
1171 | } | 1171 | } |
1172 | return FALSE; | 1172 | return FALSE; |