aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawable.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lldrawable.cpp2
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;
85void LLDrawable::incrementVisible() 85void 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}
90void LLDrawable::init() 90void LLDrawable::init()
91{ 91{