diff options
Diffstat (limited to 'shell/data.limg')
-rw-r--r-- | shell/data.limg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/data.limg b/shell/data.limg index b11e50c8..ace492f6 100644 --- a/shell/data.limg +++ b/shell/data.limg @@ -165,7 +165,7 @@ for x 0 (x < w) ++x (pixel screen x y (palette Greys x*y))]) (main . [def (main screen keyboard) - (life screen keyboard)]) + (life screen)]) (liferes . [define liferes 8]) (life . [def (life screen) with (w (/ (width screen) liferes) |