1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

remove rct2_endupdate

This commit is contained in:
IntelOrca
2016-01-09 00:25:09 +00:00
parent 20697ac2bc
commit 3073bc64fd
9 changed files with 32 additions and 134 deletions

View File

@@ -339,7 +339,7 @@ static void platform_resize(int width, int height)
gfx_invalidate_screen();
// Check if the window has been resized in windowed mode and update the config file accordingly
// This is called in rct2_update_2 and is only called after resizing a window has finished
// This is called in rct2_update and is only called after resizing a window has finished
const int nonWindowFlags =
SDL_WINDOW_MAXIMIZED | SDL_WINDOW_MINIMIZED | SDL_WINDOW_FULLSCREEN | SDL_WINDOW_FULLSCREEN_DESKTOP;
if (!(flags & nonWindowFlags)) {