Skip to content
Snippets Groups Projects
Commit 21d6b39f authored by Kahrl's avatar Kahrl
Browse files

Enable word wrapping in profiler IGUIStaticText (freetype needs this)

parent 2cdf0ff4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment