diff options
author | Kahrl <kahrl@gmx.net> | 2013-06-13 14:32:53 +0200 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2013-06-13 14:32:53 +0200 |
commit | 21d6b39fd734af632aa4847935ac5f2a4ad6dc61 (patch) | |
tree | 47f3174011849dcad41fa8173fa69db0119170a1 | |
parent | 2cdf0ff4abaa045545440c8694b47371766a7b64 (diff) | |
download | minetest-21d6b39fd734af632aa4847935ac5f2a4ad6dc61.tar.gz minetest-21d6b39fd734af632aa4847935ac5f2a4ad6dc61.tar.bz2 minetest-21d6b39fd734af632aa4847935ac5f2a4ad6dc61.zip |
Enable word wrapping in profiler IGUIStaticText (freetype needs this)
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index baf161e88..cbb0d9183 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -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 |