1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Remove live resizing

It's not working very fine with directx.
This commit is contained in:
Mathieu Schroeter 2017-02-14 17:28:23 +01:00
parent 9bf4441cd8
commit 9ae4056b92

View File

@ -418,7 +418,7 @@ static bool DoInit (Sint32 argc, char *argv[])
SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_INPUT_GRABBED);
else
g_window = SDL_CreateWindow (NAME, SDL_WINDOWPOS_CENTERED,
SDL_WINDOWPOS_CENTERED, LXIMAGE, LYIMAGE, SDL_WINDOW_RESIZABLE);
SDL_WINDOWPOS_CENTERED, LXIMAGE, LYIMAGE, 0);
if (!g_window)
{