From 9c045e6eb95a58d773923f4ed79c4f43b33383d7 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 8 Jul 2006 08:05:14 +0000 Subject: [PATCH] Comment. --- stepmania/src/LyricDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/LyricDisplay.cpp b/stepmania/src/LyricDisplay.cpp index 49a52e363c..ffa7338874 100644 --- a/stepmania/src/LyricDisplay.cpp +++ b/stepmania/src/LyricDisplay.cpp @@ -70,7 +70,7 @@ void LyricDisplay::Update( float fDeltaTime ) * skip it. */ float fShowLength = clamp( fDistance - fTweenBufferTime, 0.0f, 3.0f ); - // make lyrics show faster a larger song rates. + // Make lyrics show faster for faster song rates. fShowLength /= GAMESTATE->m_SongOptions.m_fMusicRate; for( int i=0; i<2; i++ )