mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Enable word wrapping in profiler IGUIStaticText (freetype needs this)
This commit is contained in:
parent
2cdf0ff4ab
commit
21d6b39fd7
1 changed files with 1 additions and 0 deletions
|
@ -1380,6 +1380,7 @@ void the_game(
|
|||
false, false);
|
||||
guitext_profiler->setBackgroundColor(video::SColor(120,0,0,0));
|
||||
guitext_profiler->setVisible(false);
|
||||
guitext_profiler->setWordWrap(true);
|
||||
|
||||
/*
|
||||
Some statistics are collected in these
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue