summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/guiChatConsole.cpp1
-rw-r--r--src/gui/guiChatConsole.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/guiChatConsole.cpp b/src/gui/guiChatConsole.cpp
index 08d26efc2..527a28bdb 100644
--- a/src/gui/guiChatConsole.cpp
+++ b/src/gui/guiChatConsole.cpp
@@ -334,7 +334,6 @@ void GUIChatConsole::drawText()
#if USE_FREETYPE
if (m_font->getType() == irr::gui::EGFT_CUSTOM) {
-
// Draw colored text if FreeType is enabled
irr::gui::CGUITTFont *tmp = dynamic_cast<irr::gui::CGUITTFont *>(m_font);
tmp->draw(
diff --git a/src/gui/guiChatConsole.h b/src/gui/guiChatConsole.h
index 058b78f28..0618f2956 100644
--- a/src/gui/guiChatConsole.h
+++ b/src/gui/guiChatConsole.h
@@ -128,7 +128,7 @@ private:
// font
gui::IGUIFont *m_font = nullptr;
v2u32 m_fontsize;
-
+
// Enable clickable chat weblinks
bool m_cache_clickable_chat_weblinks;
// Set of "control" keys for weblink mouseclicks