This commit is contained in:
Kartik Agaram 2021-06-24 09:18:59 -07:00
parent 65077b46b4
commit eee222f14c
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
(circle . [def (circle scr cx cy r clr)
with (x (0 - r)
y 0
err (2 - r*2)
err (2 - 2*r)
continue 1)
while continue
(pixel scr cx-x cy+y clr)