mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Rename showLastStep
method to avoid ambiguity
This commit is contained in:
parent
488fc9db67
commit
9797e2d887
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user