Various fixes
This commit is contained in:
parent
eac5104bbe
commit
c4e0902193
5 changed files with 24 additions and 21 deletions
|
|
@ -34,7 +34,7 @@ shutdown :: proc() {
|
|||
|
||||
should_run :: proc() -> bool {
|
||||
when ODIN_OS != .JS {
|
||||
if rl.WindowShouldClose() {
|
||||
if program.window_should_close {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue