mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Make hud use fontengine too
Fix non coding style conforming glb_fontengine to g_fontengine Fix fonts never been deleted due to grabbed to often
This commit is contained in:
@@ -92,7 +92,7 @@ GUIChatConsole::GUIChatConsole(
|
||||
m_background_color.setBlue(255);
|
||||
}
|
||||
|
||||
m_font = glb_fontengine->getFont(FONT_SIZE_UNSPECIFIED, FM_Mono);
|
||||
m_font = g_fontengine->getFont(FONT_SIZE_UNSPECIFIED, FM_Mono);
|
||||
|
||||
if (m_font == NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user