diff --git a/src/NotesLoaderKSF.cpp b/src/NotesLoaderKSF.cpp index af36be25d2..ca066c3361 100644 --- a/src/NotesLoaderKSF.cpp +++ b/src/NotesLoaderKSF.cpp @@ -194,7 +194,7 @@ static bool LoadFromKSFFile( const RString &sPath, Steps &out, const Song &song, RString temp = sRowString.substr(2,sRowString.size()-3); newTick = StringToInt(temp); bTickChangeNeeded = true; - out.m_Timing.AddTickcountSegment(TickcountSegment(fCurBeat, newTick)); + out.m_Timing.AddTickcountSegment(TickcountSegment(BeatToNoteRow(fCurBeat), newTick)); continue; } else