mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Increase style stack sizes (#6)
This commit is contained in:
parent
8c0a93e6c5
commit
0b794f3538
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Nuklear - v1.00 - public domain
|
* LOVE-Nuklear - MIT Licensed; no warranty implied; use at your own risk.
|
||||||
* no warrenty implied; use at your own risk.
|
|
||||||
* authored from 2015-2016 by Micha Mettke
|
* authored from 2015-2016 by Micha Mettke
|
||||||
* adapted to LOVE in 2016 by Kevin Harrison
|
* adapted to LOVE in 2016 by Kevin Harrison
|
||||||
*/
|
*/
|
||||||
|
@ -17,6 +16,13 @@
|
||||||
#define NK_INCLUDE_STANDARD_VARARGS
|
#define NK_INCLUDE_STANDARD_VARARGS
|
||||||
#define NK_INCLUDE_DEFAULT_ALLOCATOR
|
#define NK_INCLUDE_DEFAULT_ALLOCATOR
|
||||||
#define NK_PRIVATE
|
#define NK_PRIVATE
|
||||||
|
#define NK_BUTTON_BEHAVIOR_STACK_SIZE 32
|
||||||
|
#define NK_FONT_STACK_SIZE 32
|
||||||
|
#define NK_STYLE_ITEM_STACK_SIZE 256
|
||||||
|
#define NK_FLOAT_STACK_SIZE 256
|
||||||
|
#define NK_VECTOR_STACK_SIZE 128
|
||||||
|
#define NK_FLAGS_STACK_SIZE 64
|
||||||
|
#define NK_COLOR_STACK_SIZE 256
|
||||||
#include "nuklear/nuklear.h"
|
#include "nuklear/nuklear.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue