Update of a few <edit> comments.
While comparing this function with v-d, I realized that I editted these instances for Singularity, so I might as well update the <edit> comments to be a bit more correct. Not saying that there aren't other <edit> comments still missing futher into the function.
This commit is contained in:
@@ -597,11 +597,14 @@ bool LLAppViewer::init()
|
||||
//
|
||||
LLFastTimer::reset();
|
||||
|
||||
// <edit>
|
||||
// We can call this early.
|
||||
LLFrameTimer::global_initialization();
|
||||
// </edit>
|
||||
|
||||
// initialize SSE options
|
||||
LLVector4a::initClass();
|
||||
|
||||
// Need to do this initialization before we do anything else, since anything
|
||||
// that touches files should really go through the lldir API
|
||||
gDirUtilp->initAppDirs("SecondLife");
|
||||
@@ -611,13 +614,13 @@ bool LLAppViewer::init()
|
||||
|
||||
initLogging();
|
||||
|
||||
// <edit>
|
||||
// Curl must be initialized before any thread is running.
|
||||
AICurlInterface::initCurl(&AIStateMachine::flush);
|
||||
|
||||
// Logging is initialized. Now it's safe to start the error thread.
|
||||
startErrorThread();
|
||||
|
||||
// <edit>
|
||||
gDeleteScheduler = new LLDeleteScheduler();
|
||||
gBuildNewViewsScheduler = new LLBuildNewViewsScheduler();
|
||||
// </edit>
|
||||
|
||||
Reference in New Issue
Block a user