Not using dynamic map temporarily for font caching

There is an issue with hot-reloading dynamic maps. So I'll be using my own dynamic array and hashtable instead to debug the reason.
This commit is contained in:
2024-02-14 02:29:08 -05:00
parent 8d4b59353f
commit 2da0554c78
4 changed files with 23 additions and 17 deletions

View File

@ -71,7 +71,8 @@ render :: proc()
rl.EndDrawing()
}
render_mode_2d :: proc() {
render_mode_2d :: proc()
{
state := get_state(); using state
cam := & project.workspace.cam
win_extent := state.app_window.extent