HAL20000 / slingshot

Simple 2D shooting strategy game set in space, with gravity
GNU General Public License v2.0
2 stars 0 forks source link

Fullscreen Mode on Windows Experimental Release #2

Closed RedBison closed 5 years ago

RedBison commented 5 years ago

When enabling fullscreen in windows experimental release the application crashes without any notifications. logfile.txt

HAL20000 commented 5 years ago

This is most likely related to inconsisent use of spaces and tabs and the windows interpreter thinking of a different tabstop than the linux interpreter.

HAL20000 commented 5 years ago

If possible, please check, if this commit resolves the issue