Fixes to Win32 build.
This commit is contained in:
parent
f73f1971f9
commit
70e961e007
|
@ -327,8 +327,6 @@ static bool gfx_ctx_set_video_mode(
|
|||
if (!g_hwnd)
|
||||
goto error;
|
||||
|
||||
gfx_ctx_update_window_title(true);
|
||||
|
||||
if (!fullscreen || windowed_full)
|
||||
{
|
||||
ShowWindow(g_hwnd, SW_RESTORE);
|
||||
|
|
Loading…
Reference in New Issue