AAAAAAAAAAAAA

This commit is contained in:
Synthasmagoria 2026-09-01 23:24:03 +02:00
commit 8892592ae9
7 changed files with 9 additions and 17 deletions

View file

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