Improve anti aliasing
This commit is contained in:
parent
e1e480daf2
commit
db75a10f2b
4 changed files with 7 additions and 6 deletions
|
|
@ -18,6 +18,8 @@ input_system_update :: proc(input_system: ^InputSystem, coordinator: ^Coordinato
|
|||
case .KEY_UP:
|
||||
input.key_down[event.key_code] = false
|
||||
}
|
||||
|
||||
if input.key_down[.ESCAPE] do sa.quit()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue