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

Ignore the window position when creating

This commit is contained in:
Mathieu Schroeter 2018-05-29 17:41:31 +02:00
parent 340e7becac
commit 8c2bcf6244

View File

@ -723,7 +723,7 @@ DoInit (int argc, char * argv[], bool & exit)
// Create a window.
g_window = SDL_CreateWindow (
gettext ("Planet Blupi"), SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED,
gettext ("Planet Blupi"), SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED,
LXIMAGE, LYIMAGE, 0);
if (!g_window)