Don't call win32_check_window twice

This commit is contained in:
twinaphex 2015-11-11 02:20:32 +01:00
parent b3662e2f27
commit fa1b7b19eb

View File

@ -202,8 +202,6 @@ static void gfx_ctx_d3d_check_window(void *data, bool *quit,
*height = g_d3d_resize_height;
g_d3d_resized = false;
}
win32_check_window();
}
#ifdef _XBOX