More codepath simplification, convert lru to track u32

This commit is contained in:
2025-01-03 15:11:02 -05:00
parent c4c3bba20c
commit f6e7741bf3
9 changed files with 215 additions and 326 deletions

View File

@ -322,7 +322,7 @@ update :: proc( delta_time : f64 ) -> b32
flags = frame_style_flags,
anchor = {},
// alignment = { 0.5, 0.5 },
font_size = 14,
font_size = 16,
text_alignment = { 0.0, 0.0 },
// corner_radii = { 0.2, 0.2, 0.2, 0.2 },
pos = { 0, 0 },