overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
60 stars 16 forks source link

[Android] Pressing "Quit" in the main menu doesn't actually quit the app. #70

Closed nkrapivin closed 4 years ago

nkrapivin commented 4 years ago

Since GM:S 1.4.17xx, game_end() no longer quits the app on mobile platforms.

On iOS it does nothing, on Android it puts the app into background.

YoYo thinks that Android is smart enough to decide if it should kill the app or not.

So, maybe remove the Quit button on Mobile?

UPD: Same with consoles, and HTML5.

AlexKhayrullin commented 4 years ago

Just leave it on computers. Got it.