diff options
author | Dave Parks <davep@lindenlab.com> | 2012-04-18 14:50:23 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-04-18 14:50:23 -0500 |
commit | 06bd74502713200d2103b576f7b97e715c1992c1 (patch) | |
tree | eba6dd12bf63607b14d7cfd57850780fc07372ba /indra/newview/llviewertexture.cpp | |
parent | b425b1509681b5c6abec92903ce3c6d96f7665b2 (diff) |
MAINT-775 More aggressive removal of textures from video memory.
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r-- | indra/newview/llviewertexture.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index 51737149ef..a0782c1852 100644 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -1377,10 +1377,10 @@ void LLViewerFetchedTexture::dump() // ONLY called from LLViewerFetchedTextureList void LLViewerFetchedTexture::destroyTexture() { - if(LLImageGL::sGlobalTextureMemoryInBytes < sMaxDesiredTextureMemInBytes)//not ready to release unused memory. - { - return ; - } + //if(LLImageGL::sGlobalTextureMemoryInBytes < sMaxDesiredTextureMemInBytes)//not ready to release unused memory. + //{ + // return ; + //} if (mNeedsCreateTexture)//return if in the process of generating a new texture. { return ; |