summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2026-01-26 19:21:53 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-01-27 00:00:08 +0200
commit06aff165e7c2bd5f1a4ef685b32ce2ca8e427f52 (patch)
tree2143646df583214c66e3f32465b6abc097f92977 /indra/newview/llvoicevivox.cpp
parent16003aafcd2d4a2dc3f8017ea6c3969f4ccd9a73 (diff)
#5046 Use new suspendUntilNextFrame() to fix wait logic
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r--indra/newview/llvoicevivox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index d132cbfa36..107a08fdf8 100644
--- a/indra/newview/llvoicevivox.cpp
+++ b/indra/newview/llvoicevivox.cpp
@@ -1107,7 +1107,7 @@ bool LLVivoxVoiceClient::startAndLaunchDaemon()
while (!sPump && !sShuttingDown)
{ // Can't use the pump until we have it available.
- llcoro::suspend();
+ llcoro::suspendUntilNextFrame();
}
if (sShuttingDown)