diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-08-12 19:43:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 19:43:03 +0300 |
commit | bc7254c0029d730e891eb05a257c8af034db10ec (patch) | |
tree | 227d8340cc558795f373f363aba6c6a2aa9942b0 /indra/newview/llstartup.cpp | |
parent | 926a32aa0a9518fe7f19d0c63b30b12a66469f2d (diff) | |
parent | ff601107f093e33f70e08a9453ed329e064ce45c (diff) |
Merge branch 'release/luau-scripting' into lua-groupchat
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 3cf0def66e..d49e0d9ba2 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -400,10 +400,10 @@ bool idle_startup() static bool first_call = true; if (first_call) { + first_call = false; // Other phases get handled when startup state changes, // need to capture the initial state as well. LLStartUp::getPhases().startPhase(LLStartUp::getStartupStateString()); - first_call = false; } gViewerWindow->showCursor(); |