Update 'graphics.c'

oversight because of dwm
This commit is contained in:
gabbagaps 2022-07-11 16:13:56 +00:00
parent 6e9961b5cc
commit 03a31f9358
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void init_video()
SDL_WINDOWPOS_CENTERED,
WINDOW_WIDTH,
WINDOW_HEIGHT,
SDL_WINDOW_MAXIMIZED
0
);
if (!window)