1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:47:29 +08:00

Add a note explaining why manual handling is required

This commit is contained in:
Dean Herbert 2019-06-30 20:46:51 +09:00
parent 5b26ef75b1
commit fa879b4b60

View File

@ -212,6 +212,7 @@ namespace osu.Game.Screens.Edit
{
if (action == GlobalAction.Back)
{
// as we don't want to display the back button, manual handling of exit action is required.
this.Exit();
return true;
}