Skip to content

Commit

Permalink
More sensible default window position
Browse files Browse the repository at this point in the history
  • Loading branch information
fuelsoft committed Mar 9, 2020
1 parent 1e2d0b3 commit 15c585b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 15c585b

Please sign in to comment.