changed projects structure

This commit is contained in:
2026-07-27 16:46:46 +01:00
parent e94b26690f
commit 0f97ae9293
9 changed files with 69 additions and 48 deletions
+3 -4
View File
@@ -28,10 +28,9 @@ step :: proc(delta_time: f64) -> bool {
is_init = true
}
if !update_hook() {
keep_running := update_hook()
if !keep_running {
exit_hook()
return false
}
return true
return keep_running
}