diff options
author | sfan5 <sfan5@live.de> | 2021-04-02 00:20:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 00:20:16 +0200 |
commit | 024d47e0d38c382c6b1974bb4d019058acd77e67 (patch) | |
tree | 2e18cfb5e595ee9545ea54047ddfc957bdfcb889 /src/gui/guiChatConsole.cpp | |
parent | 34888a914e1eccce8082f45089aec17d5a2815c2 (diff) | |
download | minetest-024d47e0d38c382c6b1974bb4d019058acd77e67.tar.gz minetest-024d47e0d38c382c6b1974bb4d019058acd77e67.tar.bz2 minetest-024d47e0d38c382c6b1974bb4d019058acd77e67.zip |
CGUITTFont optimizations (#11136)
Diffstat (limited to 'src/gui/guiChatConsole.cpp')
-rw-r--r-- | src/gui/guiChatConsole.cpp | 1 |
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); |