mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Rename variable/text to be more verbose as to toggle purpose
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
switch (action)
|
||||
{
|
||||
case GlobalAction.PauseReplay:
|
||||
case GlobalAction.TogglePauseReplay:
|
||||
if (GameplayClockContainer.IsPaused.Value)
|
||||
GameplayClockContainer.Start();
|
||||
else
|
||||
|
Reference in New Issue
Block a user