Fixed occasional flicker when changing video mode with F9. (Fixes #611)

This commit is contained in:
tomcw
2019-03-16 14:27:40 +00:00
parent b87ebb7514
commit 8c7d45bd8e
5 changed files with 9 additions and 7 deletions
+2 -1
View File
@@ -1295,7 +1295,8 @@ LRESULT CALLBACK FrameWndProc (
// TODO: Clean up code:FrameRefreshStatus(DRAW_TITLE) DrawStatusArea((HDC)0,DRAW_TITLE)
DrawStatusArea( (HDC)0, DRAW_TITLE );
VideoReinitialize();
VideoReinitialize(false);
if (g_nAppMode != MODE_LOGO)
{
if (g_nAppMode == MODE_DEBUG)