aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerwindow.cpp b/linden/indra/newview/llviewerwindow.cpp
index cb7dd57..f17d031 100644
--- a/linden/indra/newview/llviewerwindow.cpp
+++ b/linden/indra/newview/llviewerwindow.cpp
@@ -4649,7 +4649,7 @@ void LLViewerWindow::stopGL(BOOL save_state)
4649 gGLManager.mIsDisabled = TRUE; 4649 gGLManager.mIsDisabled = TRUE;
4650 stop_glerror(); 4650 stop_glerror();
4651 4651
4652 llinfos << "Remaining allocated texture memory: " << LLImageGL::sGlobalTextureMemory << " bytes" << llendl; 4652 llinfos << "Remaining allocated texture memory: " << LLImageGL::sGlobalTextureMemoryInBytes << " bytes" << llendl;
4653 } 4653 }
4654} 4654}
4655 4655