Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
akkartik committed Jun 24, 2021
1 parent 65077b4 commit eee222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/data.limg
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eee222f

Please sign in to comment.