Fix with-drawing call
This commit is contained in:
parent
a11166c084
commit
445e6acb08
1 changed files with 3 additions and 1 deletions
|
|
@ -337,5 +337,7 @@
|
|||
(define (next-frame)
|
||||
(resolve-queues)
|
||||
(with-drawing
|
||||
(execute-systems)))
|
||||
execute-systems))
|
||||
|
||||
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue