elan-language / LanguageAndIDE

Apache License 2.0
3 stars 0 forks source link

Graphics.draw() should pause (minimally) automatically #700

Closed richardpawson closed 2 months ago

richardpawson commented 2 months ago

GIven that you can update the graphics many times before calling draw() the latter should change the screen immediately, without the need to insert a pause(0)