fix freeze duration rendering

This commit is contained in:
Glenn Maynard
2005-02-20 01:18:03 +00:00
parent bb1e676460
commit 3c45bca547
+1 -1
View File
@@ -500,7 +500,7 @@ void NoteField::DrawPrimitives()
{
if(aStopSegments[i].m_iStartRow >= iFirstIndexToDraw &&
aStopSegments[i].m_iStartRow <= iLastIndexToDraw)
DrawFreezeText( NoteRowToBeat(aStopSegments[i].m_iStartRow), NoteRowToBeat(aStopSegments[i].m_iStartRow) );
DrawFreezeText( NoteRowToBeat(aStopSegments[i].m_iStartRow), aStopSegments[i].m_fStopSeconds );
}
//