8bitbubsy / ft2-clone

Fasttracker 2 clone for Windows/macOS/Linux
https://16-bits.org
BSD 3-Clause "New" or "Revised" License
712 stars 48 forks source link

Update ft2_video.c #10

Closed domenicomuti closed 3 years ago

domenicomuti commented 3 years ago

Correct Aspect Ratio in fullscreen mode

8bitbubsy commented 3 years ago

First off, this messes up the mouse coordinations, and second, the pixel filtering option is supposed to stretch out the whole image. That's why I added it in the first place, this is written in the help text.

domenicomuti commented 3 years ago

I noticed the mouse coordination problem at first, but when i added "SDL_SetWindowPosition(video.window, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED);" it worked great.