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
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ private EditorMenuItem createDifficultySwitchMenu()
private void cancelExit()
{
samplePlaybackDisabled.Value = false;
updateSampleDisabledState();
loader?.CancelPendingDifficultySwitch();
}