aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcameraview.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llcameraview.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llcameraview.h')
-rw-r--r--linden/indra/newview/llcameraview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llcameraview.h b/linden/indra/newview/llcameraview.h
index e64ac56..ebe3cc6 100644
--- a/linden/indra/newview/llcameraview.h
+++ b/linden/indra/newview/llcameraview.h
@@ -83,8 +83,8 @@ public:
83protected: 83protected:
84 static LLFloaterJoystick* sInstance; 84 static LLFloaterJoystick* sInstance;
85 LLStatView* mAxisStats; 85 LLStatView* mAxisStats;
86 LLStat* mAxis[6]; 86 LLStat* mAxis[8];
87 LLStatBar* mAxisBar[6]; 87 LLStatBar* mAxisBar[8];
88}; 88};
89 89
90extern LLFloaterCamera *gFloaterCamera; 90extern LLFloaterCamera *gFloaterCamera;