mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Enable word wrapping in profiler IGUIStaticText (freetype needs this)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user