kichikuou / xsystem35-sdl2

Multi-platform implementation of AliceSoft's System3.x game engine.
https://kichikuou.github.io/web/
GNU General Public License v2.0
63 stars 8 forks source link

Quit immediately when window is closed #9

Closed nunuhara closed 5 years ago

nunuhara commented 5 years ago

This fixes an issue where the window stays open for a while after closing it via the titlebar controls, if the game was waiting for input.

kichikuou commented 5 years ago

Thanks!