mirror of https://github.com/ppy/osu
Fix editor playing object samples while paused after cancelling exit
This commit is contained in:
parent
5fcc4bf713
commit
834bb1f187
|
@ -921,7 +921,7 @@ private EditorMenuItem createDifficultySwitchMenu()
|
|||
|
||||
private void cancelExit()
|
||||
{
|
||||
samplePlaybackDisabled.Value = false;
|
||||
updateSampleDisabledState();
|
||||
loader?.CancelPendingDifficultySwitch();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue