Display occlusion query stats on text overlay

This commit is contained in:
saschawillems 2016-05-18 19:44:24 +02:00
parent 05b920cf01
commit f601b35229
2 changed files with 17 additions and 16 deletions

View file

@ -30,7 +30,7 @@
#define STB_NUM_CHARS STB_FONT_consolas_24_latin1_NUM_CHARS
// Max. number of chars the text overlay buffer can hold
#define MAX_CHAR_COUNT 512
#define MAX_CHAR_COUNT 1024
// Mostly self-contained text overlay class
// todo : comment