From b880ff1b5352082dda86c72bca7fc93786c89662 Mon Sep 17 00:00:00 2001 From: Joalor64 Date: Wed, 6 Nov 2024 13:21:46 -0500 Subject: [PATCH] Update ChartingState.hx --- source/states/ChartingState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/states/ChartingState.hx b/source/states/ChartingState.hx index 620fc0e..6fcec5d 100644 --- a/source/states/ChartingState.hx +++ b/source/states/ChartingState.hx @@ -77,7 +77,7 @@ class ChartingState extends ExtendableState { FlxG.mouse.visible = true; - setBPM(); + Conductor.bpm = song.bpm; loadSong(Paths.formatToSongPath(song.song)); beatSnap = Conductor.stepsPerSection;