Hot reload works

This commit is contained in:
2024-01-22 03:47:53 -05:00
parent 77a48d7104
commit 761794f594
6 changed files with 147 additions and 80 deletions

View File

@ -12,6 +12,9 @@ State :: struct {
engine_refresh_hz : i32,
engine_refresh_target : i32,
font_rec_mono_semicasual_reg : Font,
default_font : Font,
draw_debug_text_y : f32
}