Skip to content

Commit 728851f

Browse files
committed
Add background logic to another spot
1 parent 926aa16 commit 728851f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ void ui_main_c::Frame()
432432
}
433433

434434
//sys->con->Printf("Finishing up...\n");
435-
if ( !sys->video->IsActive() ) {
435+
if ( !sys->video->IsActive() && !hasActiveCoroutine && !hasSubscript ) {
436436
sys->Sleep(100);
437437
}
438438

0 commit comments

Comments
 (0)