mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
conductor instnace small fix lol!
This commit is contained in:
parent
8f7c449194
commit
350ce19783
1 changed files with 1 additions and 1 deletions
|
@ -2882,7 +2882,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
|
|||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue