mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
small fix
This commit is contained in:
parent
e49ee725aa
commit
2cb32b3238
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue