changed projects structure
This commit is contained in:
+3
-4
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user