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/llappviewer.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/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 31636b9713..8af5fdfc93 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1275,7 +1275,6 @@ bool LLAppViewer::init() //LLSimpleton creations LLEnvironment::createInstance(); - LLEnvironment::getInstance()->initSingleton(); LLWorld::createInstance(); LLSelectMgr::createInstance(); LLViewerCamera::createInstance(); |