Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit fdcc8c9

Browse files
committed
Fix black screen when switching window multiplier during loading with progress report disabled
1 parent c1a0903 commit fdcc8c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Managers/FrameMan.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ namespace RTE {
359359
g_ConsoleMan.PrintString("SYSTEM: Switched to different windowed mode multiplier.");
360360
m_ResMultiplier = multiplier;
361361
set_palette(pal);
362+
363+
g_FrameMan.FlipFrameBuffers();
362364
return 0;
363365
}
364366

0 commit comments

Comments
 (0)