diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lldrawable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lldrawable.cpp b/linden/indra/newview/lldrawable.cpp index 228049f..3a2841d 100644 --- a/linden/indra/newview/lldrawable.cpp +++ b/linden/indra/newview/lldrawable.cpp | |||
@@ -85,7 +85,7 @@ LLDynamicArrayPtr<LLPointer<LLDrawable> > LLDrawable::sDeadList; | |||
85 | void LLDrawable::incrementVisible() | 85 | void LLDrawable::incrementVisible() |
86 | { | 86 | { |
87 | sCurVisible++; | 87 | sCurVisible++; |
88 | sCurPixelAngle = (F32) gViewerWindow->getWindowDisplayHeight()/gCamera->getView(); | 88 | sCurPixelAngle = (F32) gViewerWindow->getWindowDisplayHeight()/LLViewerCamera::getInstance()->getView(); |
89 | } | 89 | } |
90 | void LLDrawable::init() | 90 | void LLDrawable::init() |
91 | { | 91 | { |