summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-02-16 20:44:53 +0200
committerandreykproductengine <akleshchev@productengine.com>2016-02-16 20:44:53 +0200
commita0e9ee475758c1825ba4a0957f4047e1dc24c8a3 (patch)
tree1fbef6cef6a23b47af1a29266d28120dadfeffc5 /indra/newview/lltexturefetch.h
parentd8f7a40dea011b3a68fdf8120c8bc7035e93019a (diff)
MAINT-2199 separating UI elements from in-world textures.
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rwxr-xr-xindra/newview/lltexturefetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h
index a2658ecd85..dc9df71c67 100755
--- a/indra/newview/lltexturefetch.h
+++ b/indra/newview/lltexturefetch.h
@@ -540,7 +540,7 @@ private:
S32 mNbCurlRequests;
S32 mNbCurlCompleted;
- std::map< LLPointer<LLViewerFetchedTexture>, std::vector<S32> > mRefetchList;
+ std::map< LLPointer<LLViewerFetchedTexture>, std::vector<S32> > mRefetchList; // treats UI textures as normal textures
std::vector< LLPointer<LLViewerFetchedTexture> > mTempTexList;
S32 mTempIndex;
S32 mHistoryListIndex;