diff options
Diffstat (limited to '')
| -rw-r--r-- | cmd/demo/main.ha | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/demo/main.ha b/cmd/demo/main.ha index 8bd733d..9b89ecf 100644 --- a/cmd/demo/main.ha +++ b/cmd/demo/main.ha @@ -78,11 +78,8 @@ export fn main() void = { for (!state.quit) { update(&state); draw(&state); - sdl2::delay(1000 / 60); }; - - os::exit(0); // https://todo.sr.ht/~sircmpwn/hare/525 }; fn update(state: *state) void = { |
