fix lyrics at non 1x music rates

This commit is contained in:
Chris Danford
2003-11-01 19:36:30 +00:00
parent 9618def460
commit b1eb3ee78b
+3
View File
@@ -80,6 +80,9 @@ void LyricDisplay::Update( float fDeltaTime )
* skip it. */
fShowLength = max(fShowLength, 0);
// make lyrics show faster a larger song rates.
fShowLength /= GAMESTATE->m_SongOptions.m_fMusicRate;
for( int i=0; i<2; i++ )
{
m_textLyrics[i].SetText( GAMESTATE->m_pCurSong->m_LyricSegments[m_iCurLyricNumber].m_sLyric );