This commit is contained in:
Glenn Maynard
2003-03-23 18:50:58 +00:00
parent 591f2aaddd
commit d9eb60c98a
+1 -1
View File
@@ -90,7 +90,7 @@ Font* FontManager::LoadFont( const CString &sFontOrTextureFilePath, CString sCha
void FontManager::UnloadFont( Font *fp )
{
LOG->Trace( "FontManager::UnloadTexture(%s).", fp->path.GetString() );
LOG->Trace( "FontManager::UnloadFont(%s).", fp->path.GetString() );
for( std::map<CString, Font*>::iterator i = m_mapPathToFont.begin();
i != m_mapPathToFont.end(); ++i)