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:
parent
9bf4441cd8
commit
9ae4056b92
@ -418,7 +418,7 @@ static bool DoInit (Sint32 argc, char *argv[])
|
|||||||
SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_INPUT_GRABBED);
|
SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_INPUT_GRABBED);
|
||||||
else
|
else
|
||||||
g_window = SDL_CreateWindow (NAME, SDL_WINDOWPOS_CENTERED,
|
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)
|
if (!g_window)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user