Runtime fixes

This commit is contained in:
2024-03-02 20:22:28 -05:00
parent b4feb9e506
commit bd6e79d005
5 changed files with 13 additions and 11 deletions

View File

@ -217,7 +217,7 @@ update :: proc( delta_time : f64 ) -> b32
ui_set_layout( first_layout )
// First Demo
when false
when true
{
first_flags : UI_BoxFlags = { .Mouse_Clickable, .Focusable, .Click_To_Focus }
first_box := ui_box_make( first_flags, "FIRST BOX BOIS" )