[splittiming] Right, we store ints.
This commit is contained in:
@@ -194,7 +194,7 @@ static bool LoadFromKSFFile( const RString &sPath, Steps &out, const Song &song,
|
|||||||
RString temp = sRowString.substr(2,sRowString.size()-3);
|
RString temp = sRowString.substr(2,sRowString.size()-3);
|
||||||
newTick = StringToInt(temp);
|
newTick = StringToInt(temp);
|
||||||
bTickChangeNeeded = true;
|
bTickChangeNeeded = true;
|
||||||
out.m_Timing.AddTickcountSegment(TickcountSegment(fCurBeat, newTick));
|
out.m_Timing.AddTickcountSegment(TickcountSegment(BeatToNoteRow(fCurBeat), newTick));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user