conductor instnace small fix lol!

This commit is contained in:
Cameron Taylor 2024-01-05 20:37:13 -05:00
parent 8f7c449194
commit 350ce19783

View file

@ -2882,7 +2882,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
if (metronomeVolume > 0.0 && this.subState == null && (audioInstTrack != null && audioInstTrack.isPlaying)) if (metronomeVolume > 0.0 && this.subState == null && (audioInstTrack != null && audioInstTrack.isPlaying))
{ {
playMetronomeTick(Conductor.instance.currentBeat % Conductor.beatsPerMeasure == 0); playMetronomeTick(Conductor.instance.currentBeat % Conductor.instance.beatsPerMeasure == 0);
} }
// Show the mouse cursor. // Show the mouse cursor.