cosmetic
This commit is contained in:
@@ -90,7 +90,7 @@ Font* FontManager::LoadFont( const CString &sFontOrTextureFilePath, CString sCha
|
|||||||
|
|
||||||
void FontManager::UnloadFont( Font *fp )
|
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();
|
for( std::map<CString, Font*>::iterator i = m_mapPathToFont.begin();
|
||||||
i != m_mapPathToFont.end(); ++i)
|
i != m_mapPathToFont.end(); ++i)
|
||||||
|
|||||||
Reference in New Issue
Block a user