mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 08:57:25 +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)
|
||||
{
|
||||
dialogOverlay?.Push(new PromptForSaveDialog(confirmExit, confirmExitWithSave, cancelPendingDifficultySwitch));
|
||||
dialogOverlay?.Push(new PromptForSaveDialog(confirmExit, confirmExitWithSave, cancelExit));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@ -750,7 +750,7 @@ namespace osu.Game.Screens.Edit
|
||||
loader.ScheduleDifficultySwitch(beatmapInfo);
|
||||
}
|
||||
|
||||
private void cancelPendingDifficultySwitch()
|
||||
private void cancelExit()
|
||||
{
|
||||
if (loader == null)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user