aboutsummaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-04-02 00:20:16 +0200
committerGitHub <noreply@github.com>2021-04-02 00:20:16 +0200
commit024d47e0d38c382c6b1974bb4d019058acd77e67 (patch)
tree2e18cfb5e595ee9545ea54047ddfc957bdfcb889 /src/gui
parent34888a914e1eccce8082f45089aec17d5a2815c2 (diff)
downloadhax-minetest-server-024d47e0d38c382c6b1974bb4d019058acd77e67.tar.gz
hax-minetest-server-024d47e0d38c382c6b1974bb4d019058acd77e67.zip
CGUITTFont optimizations (#11136)
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/guiChatConsole.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/guiChatConsole.cpp b/src/gui/guiChatConsole.cpp
index a4e91fe78..b7af0ca0f 100644
--- a/src/gui/guiChatConsole.cpp
+++ b/src/gui/guiChatConsole.cpp
@@ -326,7 +326,6 @@ void GUIChatConsole::drawText()
tmp->draw(
fragment.text,
destrect,
- video::SColor(255, 255, 255, 255),
false,
false,
&AbsoluteClippingRect);