diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-06-08 12:55:52 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-06-08 12:55:52 -0600 |
commit | 0116400820d15f80a2d726a5b0e4311d27a100de (patch) | |
tree | 08ad6d25ca278b1c1f19ed54c74acbc00f40d11b /indra/newview/llviewertexture.h | |
parent | 470f81dd33dc8b89db97c6cd374f1bb171d8fc8e (diff) | |
parent | 80b3884a6add8600d8d13d7b72018ec85337cd7e (diff) |
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index 1bd4cc793d..361f56e02f 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -166,6 +166,7 @@ public: void addTextureStats(F32 virtual_size, BOOL needs_gltexture = TRUE) const; void resetTextureStats(); + void setResetMaxVirtualSizeFlag(bool flag) ; virtual F32 getMaxVirtualSize() ; |