Various fixes

This commit is contained in:
Synthasmagoria 2026-08-30 20:37:33 +02:00
commit c4e0902193
5 changed files with 24 additions and 21 deletions

View file

@ -34,7 +34,7 @@ shutdown :: proc() {
should_run :: proc() -> bool {
when ODIN_OS != .JS {
if rl.WindowShouldClose() {
if program.window_should_close {
return false
}
}