mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-09 16:24:42 +00:00
tweak changeBPM functionality
This commit is contained in:
parent
7abd7c5c2e
commit
8e251f5b4a
|
@ -2273,8 +2273,8 @@ class PlayState extends MusicBeatState
|
|||
Conductor.changeBPM(SONG.notes[Math.floor(curStep / 16)].bpm);
|
||||
FlxG.log.add('CHANGED BPM!');
|
||||
}
|
||||
else
|
||||
Conductor.changeBPM(SONG.bpm);
|
||||
//else
|
||||
//Conductor.changeBPM(SONG.bpm);
|
||||
|
||||
// Dad doesnt interupt his own notes
|
||||
if (SONG.notes[Math.floor(curStep / 16)].mustHitSection)
|
||||
|
|
Loading…
Reference in a new issue