[warps] View the list.

1) Add functions similar to the other Segments.
2) Use a better named member variable.
3) TimingData cleanup.
This commit is contained in:
Jason Felds
2011-03-25 00:54:33 -04:00
parent 621dfa050e
commit db429e11cc
4 changed files with 130 additions and 50 deletions
+1 -1
View File
@@ -800,7 +800,7 @@ void NoteField::DrawPrimitives()
{
float fBeat = NoteRowToBeat(aWarpSegments[i].m_iStartRow);
if( IS_ON_SCREEN(fBeat) )
DrawWarpText( fBeat, aWarpSegments[i].m_fWarpBeats );
DrawWarpText( fBeat, aWarpSegments[i].m_fEndBeat );
}
}