update comment

This commit is contained in:
Chris Danford
2008-03-27 22:18:10 +00:00
parent de4eeb8e70
commit 5c1fdcbf92
+2 -2
View File
@@ -71,8 +71,8 @@ protected:
vector<wstring> m_wTextLines;
vector<int> 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;