summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
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/llappviewer.cpp
parent39503419163aff0cb1cd305de924f4edc68833b0 (diff)
SL-15177 Fix the way of counting for gTextureTimer
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 5a64f5e01c..1ffb3777cb 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -4856,6 +4856,10 @@ void LLAppViewer::idle()
//
// Special case idle if still starting up
//
+ if (LLStartUp::getStartupState() >= STATE_WORLD_INIT)
+ {
+ update_texture_time();
+ }
if (LLStartUp::getStartupState() < STATE_STARTED)
{
// Skip rest if idle startup returns false (essentially, no world yet)