diff --git a/SDK/src/NDK/Console.cpp b/SDK/src/NDK/Console.cpp index 8d3992868..184d6e9d2 100644 --- a/SDK/src/NDK/Console.cpp +++ b/SDK/src/NDK/Console.cpp @@ -135,10 +135,8 @@ namespace Ndk { m_characterSize = size; - //m_historyDrawer.SetCharacterSize(m_characterSize); - //m_historyTextSprite->Update(m_historyDrawer); - //m_inputDrawer.SetCharacterSize(m_characterSize); - //m_inputTextSprite->Update(m_inputDrawer); + m_history->SetCharacterSize(size); + m_input->SetCharacterSize(size); Layout(); }