mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Rename method
This commit is contained in:
parent
d6a47fd99c
commit
bd7d6dd35d
@ -498,7 +498,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
|
|
||||||
if (isNewBeatmap || HasUnsavedChanges)
|
if (isNewBeatmap || HasUnsavedChanges)
|
||||||
{
|
{
|
||||||
dialogOverlay?.Push(new PromptForSaveDialog(confirmExit, confirmExitWithSave, cancelPendingDifficultySwitch));
|
dialogOverlay?.Push(new PromptForSaveDialog(confirmExit, confirmExitWithSave, cancelExit));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -750,7 +750,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
loader.ScheduleDifficultySwitch(beatmapInfo);
|
loader.ScheduleDifficultySwitch(beatmapInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void cancelPendingDifficultySwitch()
|
private void cancelExit()
|
||||||
{
|
{
|
||||||
if (loader == null)
|
if (loader == null)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user