Rename variable/text to be more verbose as to toggle purpose

This commit is contained in:
Dean Herbert
2020-11-26 20:04:44 +09:00
parent 1d82557d9f
commit 3346c06aca
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Screens.Play
{
switch (action)
{
case GlobalAction.PauseReplay:
case GlobalAction.TogglePauseReplay:
if (GameplayClockContainer.IsPaused.Value)
GameplayClockContainer.Start();
else