diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-01-20 08:23:29 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-01-20 08:23:29 -0500 |
commit | dadc2fbd5c65ce3cd6bd666ba928e4dcd89a4c8f (patch) | |
tree | c69dc4222da4005cf2b156ef8c6bdce7c7d0206d /chickadee.scm | |
parent | b6b1699c1ff8661d49ff2b99256b59754bc7784a (diff) |
graphics: gpu: Move guardian to <gpu> structure.
Diffstat (limited to 'chickadee.scm')
-rw-r--r-- | chickadee.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee.scm b/chickadee.scm index 611674a..3b6d6fd 100644 --- a/chickadee.scm +++ b/chickadee.scm @@ -363,7 +363,7 @@ border is disabled, otherwise it is enabled.") ;; that were queued to play this frame start playing immediately. (update-audio) ;; Free any GPU resources that have been GC'd. - (gpu-reap!)) + (gpu-reap! gpu)) (define (render-sdl-opengl alpha) (with-viewport default-viewport (clear-screen) |