diff --git a/source/PlayState.hx b/source/PlayState.hx index cc869e5de..93d98cab0 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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)