aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewerlinux.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/llappviewerlinux.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/llappviewerlinux.cpp')
-rw-r--r--linden/indra/newview/llappviewerlinux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewerlinux.cpp b/linden/indra/newview/llappviewerlinux.cpp
index 39c2692..bb6cf9f 100644
--- a/linden/indra/newview/llappviewerlinux.cpp
+++ b/linden/indra/newview/llappviewerlinux.cpp
@@ -462,7 +462,7 @@ gboolean viewer_app_api_HotplugJoystick(ViewerAppAPI *obj, gchar *dummy, gboolea
462 462
463 if (!joystick_inited) 463 if (!joystick_inited)
464 { 464 {
465 success = LLViewerJoystick::getInstance()->init(false); 465 success = LLViewerJoystick::getInstance()->init();
466 } 466 }
467 467
468 *success_rtn = g_new (gboolean, 1); 468 *success_rtn = g_new (gboolean, 1);