diff --git a/main.cpp b/main.cpp index 4cc20da..a7b3652 100644 --- a/main.cpp +++ b/main.cpp @@ -33,8 +33,8 @@ const int WINDOW_HEIGHT_DEFAULT = 900; int DISPLAY_WIDTH = 0; int DISPLAY_HEIGHT = 0; -int WINDOW_X = 0; -int WINDOW_Y = 0; +int WINDOW_X = SDL_WINDOWPOS_UNDEFINED; +int WINDOW_Y = SDL_WINDOWPOS_UNDEFINED; int WINDOW_WIDTH = 0; int WINDOW_HEIGHT = 0;