Fix with-drawing call

This commit is contained in:
BirDt_ 2026-03-29 15:44:51 +08:00
parent a11166c084
commit 445e6acb08

View file

@ -337,5 +337,7 @@
(define (next-frame)
(resolve-queues)
(with-drawing
(execute-systems)))
execute-systems))
)