Fixed a dumb memory bug with arrays

This commit is contained in:
2024-03-19 23:25:48 -04:00
parent 3ae9a418ec
commit 737e8596f3
11 changed files with 125 additions and 57 deletions

View File

@ -274,7 +274,7 @@ UI_Box :: struct {
UI_Layout_Stack_Size :: 512
UI_Style_Stack_Size :: 512
UI_Parent_Stack_Size :: 512
UI_Built_Boxes_Array_Size :: 8
UI_Built_Boxes_Array_Size :: 512
UI_State :: struct {
// TODO(Ed) : Use these