1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Fix f6 debug/profiler display

After fonts were re-engineered the height of the f6 debug/profiler display would only display about 2-3 lines of text.
This commit is contained in:
Craig Robbins 2014-12-07 21:01:42 +10:00
parent bc2b8e9eef
commit 5c55738276
2 changed files with 20 additions and 6 deletions

View file

@ -30,6 +30,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "util/numeric.h" // paging()
#include "debug.h" // assert()
#define MAX_PROFILER_TEXT_ROWS 20
/*
Time profiler
*/