1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Rename showLastStep method to avoid ambiguity

This commit is contained in:
Dean Herbert 2022-04-20 14:49:17 +09:00
parent 488fc9db67
commit 9797e2d887

View File

@ -200,7 +200,7 @@ namespace osu.Game.Overlays
{
Width = 200,
Text = CommonStrings.Back,
Action = showLastStep,
Action = showPreviousStep,
Enabled = { Value = false },
},
Empty(),
@ -336,7 +336,7 @@ namespace osu.Game.Overlays
showNextStep();
}
private void showLastStep()
private void showPreviousStep()
{
if (currentStepIndex == 0)
return;