mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
console output cleanup
This commit is contained in:
parent
bb6c3ba951
commit
d44e6088bb
|
@ -167,7 +167,7 @@ class CTextRender : public IEngineTextRender
|
|||
pSizeData->m_TextureHeight = Height;
|
||||
pSizeData->m_CurrentCharacter = 0;
|
||||
|
||||
dbg_msg("", "pFont memory usage: %d", FontMemoryUsage);
|
||||
dbg_msg("text", "pFont memory usage: %d", FontMemoryUsage);
|
||||
|
||||
mem_free(pMem);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue