1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:43:21 +08:00

Fix editor playing object samples while paused after cancelling exit

This commit is contained in:
Joseph Madamba 2022-07-09 12:14:39 -07:00
parent 5fcc4bf713
commit 834bb1f187

View File

@ -921,7 +921,7 @@ namespace osu.Game.Screens.Edit
private void cancelExit()
{
samplePlaybackDisabled.Value = false;
updateSampleDisabledState();
loader?.CancelPendingDifficultySwitch();
}