Skip to content
Snippets Groups Projects
Commit 3157e95b authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Really make sure main thread vars are initialized

parent c86bd695
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,9 @@ LLApp::LLApp() : mThreadErrorp(NULL)
void LLApp::commonCtor()
{
assert_main_thread(); // Make sure we record the main thread
on_main_thread(); // Make sure we record the main thread
// Set our status to running
setStatus(APP_STATUS_RUNNING);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment