Closed richardpawson closed 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)
draw()
pause(0)
GIven that you can update the graphics many times before calling
draw()
the latter should change the screen immediately, without the need to insert apause(0)