summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.h
diff options
context:
space:
mode:
authorKent Quirk <q@lindenlab.com>2010-03-08 23:00:29 -0500
committerKent Quirk <q@lindenlab.com>2010-03-08 23:00:29 -0500
commitdd5c4cc9663795514024df9823b53a2615bfc691 (patch)
tree484c09f4affe8b987afed417194e160718d8e07b /indra/newview/llviewertexture.h
parent34d1d34ca100fd137c2a85f0e0f330730fb70aba (diff)
parent3ee48a2090a5c009318e2630f38c78e48b556427 (diff)
Merge Bao's texture fix and associated changes so we can benefit from speed improvement in Beta 4 (and get QA testing on it early)
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r--indra/newview/llviewertexture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h
index 84377198eb..6dc18085e0 100644
--- a/indra/newview/llviewertexture.h
+++ b/indra/newview/llviewertexture.h
@@ -455,6 +455,7 @@ public:
F32 getElapsedLastReferencedSavedRawImageTime() const ;
BOOL isFullyLoaded() const;
+ BOOL hasFetcher() const { return mHasFetcher;}
protected:
/*virtual*/ void switchToCachedImage();
S32 getCurrentDiscardLevelForFetching() ;