fix: increased size of ui data arena size
This commit is contained in:
parent
9acea87ab8
commit
82523f12ab
|
|
@ -9,7 +9,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#ifndef UI_DATA_LENGTH
|
||||
#define UI_DATA_LENGTH 1024
|
||||
#define UI_DATA_LENGTH 1024*1024*1024
|
||||
#endif
|
||||
|
||||
extern Clay_String UiData_StoreString(char const *data, size_t amount);
|
||||
|
|
|
|||
Loading…
Reference in a new issue