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:
parent
bc2b8e9eef
commit
5c55738276
2 changed files with 20 additions and 6 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue