diff options
author | Dave Parks <davep@lindenlab.com> | 2011-10-19 17:41:02 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-10-19 17:41:02 -0500 |
commit | 250ab43e4e70ccd9218d32c5dcbde35599c9735b (patch) | |
tree | 7556da6f559475774d630f4266de00f602e43f21 /indra/newview/llappviewer.cpp | |
parent | f19f43c74606e1f158cdabe9e783f9c82386b7b7 (diff) |
SH-2571 Add shader driven render for low detail terrain.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 31a2ff33f2..2ef55e8a49 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -773,10 +773,7 @@ bool LLAppViewer::init() LLViewerAssetStatsFF::init(); } - // init main thread's local data pool before initializing the threads - Nyx - LLThreadLocalData::init(); - - initThreads(); + initThreads(); LL_INFOS("InitInfo") << "Threads initialized." << LL_ENDL ; // Initialize settings early so that the defaults for ignorable dialogs are |