aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerjoystick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerjoystick.cpp')
-rw-r--r--linden/indra/newview/llviewerjoystick.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerjoystick.cpp b/linden/indra/newview/llviewerjoystick.cpp
index 4e509c7..675feb6 100644
--- a/linden/indra/newview/llviewerjoystick.cpp
+++ b/linden/indra/newview/llviewerjoystick.cpp
@@ -162,7 +162,7 @@ LLViewerJoystick::LLViewerJoystick()
162 memset(mBtn, 0, sizeof(mBtn)); 162 memset(mBtn, 0, sizeof(mBtn));
163 163
164 // factor in bandwidth? bandwidth = gViewerStats->mKBitStat 164 // factor in bandwidth? bandwidth = gViewerStats->mKBitStat
165 mPerfScale = 4000.f / gSysCPU.getMhz(); 165 mPerfScale = 4000.f / gSysCPU.getMHz();
166} 166}
167 167
168// ----------------------------------------------------------------------------- 168// -----------------------------------------------------------------------------