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)
|
(define (next-frame)
|
||||||
(resolve-queues)
|
(resolve-queues)
|
||||||
(with-drawing
|
(with-drawing
|
||||||
(execute-systems)))
|
execute-systems))
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue