Skip to content

Commit

Permalink
Update ChartingState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Nov 6, 2024
1 parent 6290138 commit b880ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b880ff1

Please sign in to comment.