From 71bc2461535a87451f6b393342e648eab21bd74e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 21 Mar 2003 08:32:28 +0000 Subject: [PATCH] remove old comment --- stepmania/src/LyricDisplay.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/stepmania/src/LyricDisplay.cpp b/stepmania/src/LyricDisplay.cpp index 8cf4acfe9a..e0d30e2927 100644 --- a/stepmania/src/LyricDisplay.cpp +++ b/stepmania/src/LyricDisplay.cpp @@ -78,15 +78,6 @@ void LyricDisplay::Update( float fDeltaTime ) m_textLyrics.Command(OUT_COMMAND); m_iCurLyricNumber++; - - /*I figure for longer lines of text, the Lyric display object should - be scaled down, if needed, by the .ScaleTo() function. But somehow - it jus ain't working for me at all.. anyone able to do this - properly?? We prolly should also add detection of where to put - the Lyric object, if the arrows are on reverse? Jus an idea, - but it kinda defeats the purpose of the Lyric object X/Y being a - theme element :) - */ } /*