(Win32) Blind coding sure sucks

This commit is contained in:
twinaphex 2015-11-12 05:19:00 +01:00
parent d4f1b6d14a
commit 95c1d4d53b

View File

@ -636,7 +636,7 @@ bool win32_set_video_mode(void *data,
}
if (!win32_window_create(NULL, style, &mon_rect, width, height, fullscreen))
goto error;
return false;
if (!fullscreen || windowed_full)
{