diff options
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | indra/newview/llagent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index b7257a6c50..ca35608175 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -4989,6 +4989,7 @@ static S32 g_deltaFrame { 0 }; void LLAgent::applyExternalActionFlags(U32 outer_flags) { + llassert(LLCoros::on_main_thread_main_coro()); assert(LLGameControl::isEnabled() && LLGameControl::willControlAvatar()); mExternalActionFlags = outer_flags; |