diff --git a/src/NotesLoaderSM.cpp b/src/NotesLoaderSM.cpp index 42183cf68f..93e758b90a 100644 --- a/src/NotesLoaderSM.cpp +++ b/src/NotesLoaderSM.cpp @@ -268,6 +268,7 @@ bool SMLoader::ProcessBPMs( TimingData &out, const RString line, const int rowsP out.AddSegment( WarpSegment(BeatToNoteRow(highspeedBeat), fBeat - highspeedBeat) ); highspeedBeat = -1; } + else { out.AddSegment( BPMSegment(BeatToNoteRow(fBeat), fNewBPM) ); }