diff --git a/stepmania/src/NoteField.cpp b/stepmania/src/NoteField.cpp index 38af8c389f..f27ca0d7ae 100644 --- a/stepmania/src/NoteField.cpp +++ b/stepmania/src/NoteField.cpp @@ -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 ); } //