Skip to content

Commit

Permalink
i forgor to bpm change
Browse files Browse the repository at this point in the history
  • Loading branch information
swordcube committed Apr 19, 2023
1 parent db3ee12 commit 600bc0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scenes/gameplay/Gameplay.gd
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@ func section_hit(section:int):

if cam_switching:
update_camera(section)

if SONG.sections[section].change_bpm:
Conductor.change_bpm(SONG.sections[section].bpm)

script_group.call_func("on_section_hit_post", [section])

Expand Down

1 comment on commit 600bc0e

@Leather128
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this system has some problems but i'll allow it for now

Please sign in to comment.