Add missing released conditional

This commit is contained in:
Dean Herbert 2020-07-13 09:00:10 +09:00
parent c1aafe83fa
commit f442df75a9

View File

@ -265,6 +265,7 @@ namespace osu.Game.Screens.Play.HUD
switch (action)
{
case GlobalAction.Back:
case GlobalAction.PauseGameplay:
AbortConfirm();
break;
}