summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-04-29 17:38:15 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-04-29 17:38:15 +0300
commitc8977fd904df10f225915ac5527d279440356257 (patch)
tree1701da8b3680bf6a65cab2dbe9edf6d620ff74be /indra/newview/llviewertexture.h
parent39503419163aff0cb1cd305de924f4edc68833b0 (diff)
SL-15177 Fix the way of counting for gTextureTimer
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 69568cc825..7b4b3d940f 100644
--- a/indra/newview/llviewertexture.h
+++ b/indra/newview/llviewertexture.h
@@ -415,6 +415,7 @@ public:
BOOL isFullyLoaded() const;
BOOL hasFetcher() const { return mHasFetcher;}
+ bool isFetching() const { return mIsFetching;}
void setCanUseHTTP(bool can_use_http) {mCanUseHTTP = can_use_http;}
void forceToDeleteRequest();