Skip to content

Instantly share code, notes, and snippets.

@kahrl
Created June 13, 2013 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahrl/5773295 to your computer and use it in GitHub Desktop.
Save kahrl/5773295 to your computer and use it in GitHub Desktop.
diff --git a/src/game.cpp b/src/game.cpp
index baf161e..cbb0d91 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment