about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-06-24 09:18:59 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-24 09:18:59 -0700
commiteee222f14c8ee73f7b3b21b4047730c2ac9a119b (patch)
treed8cc9be0c692644e556445dc606cfc3ee4e0d96b /shell
parent65077b46b4f2e4214570ae35bb04f400c7e0a1a3 (diff)
downloadmu-eee222f14c8ee73f7b3b21b4047730c2ac9a119b.tar.gz
.
Diffstat (limited to 'shell')
-rw-r--r--shell/data.limg2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/data.limg b/shell/data.limg
index 2b766332..3e3b7912 100644
--- a/shell/data.limg
+++ b/shell/data.limg
@@ -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)