aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerwindow.cpp
diff options
context:
space:
mode:
authorArmin Weatherwax2010-07-05 19:15:29 +0200
committerMcCabe Maxsted2010-07-09 13:06:23 -0700
commit25272eefcc875e86597dd9c856e1af40d68ab1e0 (patch)
treeef513758cc7a13296ecf40249adab442a3b941b4 /linden/indra/newview/llviewerwindow.cpp
parentHenri Beauchamp: fix tooltips not disappearing (diff)
downloadmeta-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.cpp2
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;