diff options
author | Richard Linden <none@none> | 2014-05-20 14:07:23 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2014-05-20 14:07:23 -0700 |
commit | d13b0a299e595d76c9db9ff4d625d959f9eb33b2 (patch) | |
tree | 302d44c15b06e93cbe76dc752fb58dbf94555491 /indra/newview/lltextureview.cpp | |
parent | 16a5c9346d04f20c536e9034947873f1202eb32e (diff) |
MAINT-3950 FIXED can't open lag meter
brought back llfloaterlagmeter from the dead, and ported to lltrace
Diffstat (limited to 'indra/newview/lltextureview.cpp')
-rwxr-xr-x | indra/newview/lltextureview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltextureview.cpp b/indra/newview/lltextureview.cpp index 8ee83b5df0..d464b57b4a 100755 --- a/indra/newview/lltextureview.cpp +++ b/indra/newview/lltextureview.cpp @@ -509,7 +509,7 @@ private: void LLGLTexMemBar::draw() { S32Megabytes bound_mem = LLViewerTexture::sBoundTextureMemory; - S32Megabytes max_bound_mem = LLViewerTexture::sMaxBoundTextureMem; + S32Megabytes max_bound_mem = LLViewerTexture::sMaxBoundTextureMemory; S32Megabytes total_mem = LLViewerTexture::sTotalTextureMemory; S32Megabytes max_total_mem = LLViewerTexture::sMaxTotalTextureMem; F32 discard_bias = LLViewerTexture::sDesiredDiscardBias; |