diff options
-rw-r--r-- | chickadee/math/grid.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chickadee/math/grid.scm b/chickadee/math/grid.scm index 3a2f83f..830f7d6 100644 --- a/chickadee/math/grid.scm +++ b/chickadee/math/grid.scm @@ -43,6 +43,7 @@ grid-clear grid-cell-count grid-item-count + grid-rect-ref for-each-cell for-each-item)) |