diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-21 20:10:58 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-21 20:34:43 -0400 |
commit | 83c8d25bc69186db996c255cffc5030c0e54eb97 (patch) | |
tree | 68d45d0f30eabfe63fcc3ec7aa5c0b7638968d88 /chickadee.scm | |
parent | c2373a75d763ed6f2d1c684564dc2ad2348bdc79 (diff) |
game-loop: Add current-timestep parameter.
Diffstat (limited to 'chickadee.scm')
-rw-r--r-- | chickadee.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chickadee.scm b/chickadee.scm index aec8eef..c8ad719 100644 --- a/chickadee.scm +++ b/chickadee.scm @@ -77,7 +77,8 @@ warp-mouse set-show-cursor! run-game) - #:re-export (abort-game)) + #:re-export (abort-game + current-timestep)) (define %time-freq (exact->inexact (sdl-performance-frequency))) |