log when we load a font

This commit is contained in:
Glenn Maynard
2003-01-24 02:21:07 +00:00
parent d90a4ba3c9
commit e312828809
+1 -1
View File
@@ -699,7 +699,7 @@ void Font::Load(const CString &sFontOrTextureFilePath, CString sChars)
}
/* The font is not already loaded. Figure out what we have. */
// LOG->Trace( "FontManager::LoadFont(%s).", sFontFilePath.GetString() );
LOG->Trace( "FontManager::LoadFont(%s).", sFontOrTextureFilePath.GetString() );
path = sFontOrTextureFilePath;
Chars = sChars;