mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-15 08:25:31 -04:00
whoops
This commit is contained in:
parent
ccca786b87
commit
73a1376f2e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue