This commit is contained in:
Lasercar 2025-02-15 21:44:05 +10:00
parent ccca786b87
commit 73a1376f2e

View file

@ -4095,7 +4095,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
}
shouldEase = true;
if (shouldPause && !audioInstTrack.isPlaying) stopAudioPlayback(); // Only do this once, not every frame
if (shouldPause && audioInstTrack.isPlaying) stopAudioPlayback(); // Only do this once, not every frame
// Resync the conductor and audio tracks.
if (playheadAmount != 0) this.playheadPositionInPixels += playheadAmount;