1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

CGUITTFont optimizations (#11136)

This commit is contained in:
sfan5
2021-04-02 00:20:16 +02:00
committed by GitHub
parent 34888a914e
commit 024d47e0d3
4 changed files with 27 additions and 23 deletions

View File

@@ -326,7 +326,6 @@ void GUIChatConsole::drawText()
tmp->draw(
fragment.text,
destrect,
video::SColor(255, 255, 255, 255),
false,
false,
&AbsoluteClippingRect);