minor fromatting changes

This commit is contained in:
2024-03-06 22:41:17 -05:00
parent 1f2f0c66d8
commit c71ed67d6a
3 changed files with 6 additions and 6 deletions

View File

@ -269,7 +269,7 @@ UI_State :: struct {
// TODO(Ed) : Look into using a build arena like Ryan does for these possibly (and thus have a linked-list stack)
theme_stack : StackFixed( UI_StyleTheme, UI_Style_Stack_Size ),
parent_stack : StackFixed( ^ UI_Box, UI_Parent_Stack_Size ),
parent_stack : StackFixed( ^UI_Box, UI_Parent_Stack_Size ),
// flag_stack : Stack( UI_BoxFlags, UI_BoxFlags_Stack_Size ),
hot : UI_Key,