vydd / sketch

A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
MIT License
1.39k stars 66 forks source link

Fix restart-frames -- E #147

Closed vydd closed 5 months ago

vydd commented 5 months ago

Doesn't draw anything before the restart is finished Trusting myself too much that I knew what I was doing when I added %restart some time ago. I think it had to do with making drawing in setup more robust, where previously errors would only be represented as red screens with no text.

vydd commented 5 months ago

fixed in #150