tweak changeBPM functionality

This commit is contained in:
MtH 2021-02-08 04:07:56 +01:00
parent 2dbd223f26
commit a1102a3842
1 changed files with 2 additions and 2 deletions

View File

@ -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)