diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-29 17:38:15 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-29 17:38:15 +0300 |
commit | c8977fd904df10f225915ac5527d279440356257 (patch) | |
tree | 1701da8b3680bf6a65cab2dbe9edf6d620ff74be /indra/newview/llviewertexturelist.h | |
parent | 39503419163aff0cb1cd305de924f4edc68833b0 (diff) |
SL-15177 Fix the way of counting for gTextureTimer
Diffstat (limited to 'indra/newview/llviewertexturelist.h')
-rw-r--r-- | indra/newview/llviewertexturelist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h index 281d23c671..fead2e52b2 100644 --- a/indra/newview/llviewertexturelist.h +++ b/indra/newview/llviewertexturelist.h @@ -138,6 +138,8 @@ public: static S32Megabytes getMinVideoRamSetting(); static S32Megabytes getMaxVideoRamSetting(bool get_recommended, float mem_multiplier); + + static bool isPrioRequestsFetched(); private: void updateImagesDecodePriorities(); |