log chars

This commit is contained in:
Glenn Maynard
2003-03-31 21:21:52 +00:00
parent 0ae6236f7c
commit eba6e65ede
+1 -1
View File
@@ -105,7 +105,7 @@ bool BitmapText::LoadFromFont( CString sFontFilePath )
bool BitmapText::LoadFromTextureAndChars( CString sTexturePath, CString sChars )
{
LOG->Trace( "BitmapText::LoadFromTextureAndChars(%s)", sTexturePath.GetString() );
LOG->Trace( "BitmapText::LoadFromTextureAndChars(\"%s\",\"%s\")", sTexturePath.GetString(), sChars.GetString() );
if( m_pFont ) {
FONT->UnloadFont( m_pFont );