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:
parent
340e7becac
commit
8c2bcf6244
@ -723,7 +723,7 @@ DoInit (int argc, char * argv[], bool & exit)
|
|||||||
|
|
||||||
// Create a window.
|
// Create a window.
|
||||||
g_window = SDL_CreateWindow (
|
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);
|
LXIMAGE, LYIMAGE, 0);
|
||||||
|
|
||||||
if (!g_window)
|
if (!g_window)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user