From 5c1fdcbf926fce08c6c50482e93d319311135d83 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 27 Mar 2008 22:18:10 +0000 Subject: [PATCH] update comment --- stepmania/src/BitmapText.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/BitmapText.h b/stepmania/src/BitmapText.h index a52af85d51..d8163fc1fa 100644 --- a/stepmania/src/BitmapText.h +++ b/stepmania/src/BitmapText.h @@ -71,8 +71,8 @@ protected: vector m_wTextLines; vector m_iLineWidths; // in source pixels int m_iWrapWidthPixels; // -1 = no wrap - float m_fMaxWidth; - float m_fMaxHeight; + float m_fMaxWidth; // 0 = no max + float m_fMaxHeight; // 0 = no max bool m_bRainbowScroll; bool m_bJitter; int m_iVertSpacing;