From 3c45bca5477ea0779170ee629d001ddcc77d605f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 20 Feb 2005 01:18:03 +0000 Subject: [PATCH] fix freeze duration rendering --- stepmania/src/NoteField.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } //