summaryrefslogtreecommitdiff
path: root/chickadee/render/texture.scm
diff options
context:
space:
mode:
Diffstat (limited to 'chickadee/render/texture.scm')
-rw-r--r--chickadee/render/texture.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee/render/texture.scm b/chickadee/render/texture.scm
index f4d84d1..11785f0 100644
--- a/chickadee/render/texture.scm
+++ b/chickadee/render/texture.scm
@@ -279,7 +279,7 @@ magnification. Valid values are 'nearest and 'linear. By default,
(define (list->texture-atlas texture rects)
"Return a new atlas for TEXTURE containing RECTS, a list of texture
-coordinate rects denoting the various tiles within."
+coordinate rects denoting the various regions within."
(let ((v (make-vector (length rects))))
(let loop ((i 0)
(rects rects))