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) if (action == GlobalAction.Back)
{ {
// as we don't want to display the back button, manual handling of exit action is required.
this.Exit(); this.Exit();
return true; return true;
} }