Skip to content

Commit

Permalink
Enable word wrapping in profiler IGUIStaticText (freetype needs this)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrl committed Jun 13, 2013
1 parent 2cdf0ff commit 21d6b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 21d6b39

Please sign in to comment.