From 06aff165e7c2bd5f1a4ef685b32ce2ca8e427f52 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Mon, 26 Jan 2026 19:21:53 +0200 Subject: #5046 Use new suspendUntilNextFrame() to fix wait logic --- indra/newview/llvoicevivox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llvoicevivox.cpp') 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) -- cgit v1.3