diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-03 23:31:47 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-12-03 00:24:04 +0200 |
commit | 7ceb266604de07ca6743dcd1077b675dea39f1d9 (patch) | |
tree | 317ffe82957c03241a5b90f15fb08a23544d0e47 /indra/newview/llappviewer.cpp | |
parent | 598e33e2e880388a457a496bea5b5d25bdf2aa28 (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 cd8f9d2065..584808167e 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1276,7 +1276,6 @@ bool LLAppViewer::init() //LLSimpleton creations LLEnvironment::createInstance(); - LLEnvironment::getInstance()->initSingleton(); LLWorld::createInstance(); LLSelectMgr::createInstance(); LLViewerCamera::createInstance(); |