increase memory allocation for nuklear

This commit is contained in:
camh 2022-02-24 11:38:37 -08:00
parent 7a9a78567e
commit 71c53cba00
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ NK_API NkQuickDrawFont* nk_quickdraw_font_create_from_file();
*
* ===============================================================
*/
#define MAX_MEMORY_IN_KB 6
#define MAX_MEMORY_IN_KB 8
#ifdef NK_QUICKDRAW_IMPLEMENTATION
#ifndef NK_QUICKDRAW_TEXT_MAX
#define NK_QUICKDRAW_TEXT_MAX 256