Fix for window being offcenter
Compare changes
+ 1
− 1
@@ -194,7 +194,7 @@ static void SDLSetMode(INT32 width, INT32 height, SDL_bool fullscreen)
Fixes issue #25 (closed), where the window would be set off-center. I only tested this on Fedora 26 at 640x400, so I don't really know how this affects other OSes.