small fix

This commit is contained in:
Lasercar 2025-02-17 21:14:04 +10:00
parent e49ee725aa
commit 2cb32b3238

View file

@ -6136,6 +6136,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
// Update the songPosition in the Conductor.
Conductor.instance.update(audioInstTrack.time);
audioVocalTrackGroup.time = audioInstTrack.time;
oldTime = audioInstTrack.time;
}
// We need to update the note sprites because we changed the scroll position.