add comment

This commit is contained in:
Chris Danford
2004-08-27 17:28:48 +00:00
parent 16013b0723
commit 9a9f8d9cfe
+1
View File
@@ -310,6 +310,7 @@ void BitmapText::SetText( CString sText, CString sAlternateText, int iWrapWidthP
//
m_wTextLines.clear();
// TODO: Don't handle line breaks differently in wrapping and non-wrapping mode.
if( iWrapWidthPixels == -1 )
{
split( CStringToWstring(sText), L"\n", m_wTextLines, false );