diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewercamera.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewercamera.h b/linden/indra/newview/llviewercamera.h index df89c19..1f61ca9 100644 --- a/linden/indra/newview/llviewercamera.h +++ b/linden/indra/newview/llviewercamera.h | |||
@@ -50,7 +50,7 @@ const F32 OGL_TO_CFR_ROTATION[16] = { 0.f, 0.f, -1.f, 0.f, // -Z becomes X | |||
50 | const BOOL FOR_SELECTION = TRUE; | 50 | const BOOL FOR_SELECTION = TRUE; |
51 | const BOOL NOT_FOR_SELECTION = FALSE; | 51 | const BOOL NOT_FOR_SELECTION = FALSE; |
52 | 52 | ||
53 | class LLViewerCamera : public LLCamera | 53 | class LLViewerCamera : public LLCamera, public LLSingleton<LLViewerCamera> |
54 | { | 54 | { |
55 | public: | 55 | public: |
56 | LLViewerCamera(); | 56 | LLViewerCamera(); |
@@ -111,7 +111,6 @@ protected: | |||
111 | public: | 111 | public: |
112 | }; | 112 | }; |
113 | 113 | ||
114 | extern LLViewerCamera *gCamera; | ||
115 | extern F64 gGLModelView[16]; | 114 | extern F64 gGLModelView[16]; |
116 | extern F64 gGLLastModelView[16]; | 115 | extern F64 gGLLastModelView[16]; |
117 | extern F64 gGLProjection[16]; | 116 | extern F64 gGLProjection[16]; |