mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Add note about future behaviour
This commit is contained in:
parent
08696b9bca
commit
c1aafe83fa
@ -251,7 +251,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
switch (action)
|
||||
{
|
||||
case GlobalAction.Back:
|
||||
case GlobalAction.PauseGameplay:
|
||||
case GlobalAction.PauseGameplay: // in the future this behaviour will differ for replays etc.
|
||||
if (!pendingAnimation)
|
||||
BeginConfirm();
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user