diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2026-01-26 19:21:53 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-01-27 00:00:08 +0200 |
| commit | 06aff165e7c2bd5f1a4ef685b32ce2ca8e427f52 (patch) | |
| tree | 2143646df583214c66e3f32465b6abc097f92977 /indra/newview/llfloater360capture.cpp | |
| parent | 16003aafcd2d4a2dc3f8017ea6c3969f4ccd9a73 (diff) | |
#5046 Use new suspendUntilNextFrame() to fix wait logic
Diffstat (limited to 'indra/newview/llfloater360capture.cpp')
| -rw-r--r-- | indra/newview/llfloater360capture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloater360capture.cpp b/indra/newview/llfloater360capture.cpp index 95e7b9af41..ed07d49ac1 100644 --- a/indra/newview/llfloater360capture.cpp +++ b/indra/newview/llfloater360capture.cpp @@ -403,7 +403,7 @@ void LLFloater360Capture::suspendForAFrame() U32 curr_frame_count = LLFrameTimer::getFrameCount(); while (LLFrameTimer::getFrameCount() <= curr_frame_count + frame_count_delta) { - llcoro::suspend(); + llcoro::suspendUntilNextFrame(); } } |
