diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-03 23:31:47 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-03 23:51:05 +0200 |
commit | 6a6b10020ed607e7d4b39c7955fa572fc6848e88 (patch) | |
tree | 9c99de52dbee91881f171f4f57e35cb654dbbbda /indra/newview/llstartup.cpp | |
parent | a53ccb237919d4361d1625cc0b0aac338267509f (diff) |
SL-18565 Built-in bump maps and some environment textures fail to load
Due to udp texture fetching no longer being present
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 9ca879a04e..1e446fce08 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1434,6 +1434,9 @@ bool idle_startup() // to hapen with caps granted gTextureList.doPrefetchImages(); + // will init images, should be done with caps, but before gSky.init() + LLEnvironment::getInstance()->initSingleton(); + display_startup(); update_texture_fetch(); display_startup(); |