From c8dae50927443233cfb590bb10d38462720f7aa8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 16 Jun 2013 14:40:01 -0400 Subject: Fix sprite comment. --- 2d/sprite.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2d/sprite.scm') diff --git a/2d/sprite.scm b/2d/sprite.scm index cbce56b..e7820b5 100644 --- a/2d/sprite.scm +++ b/2d/sprite.scm @@ -42,8 +42,8 @@ load-sprite draw-sprite)) -;; The object represents a texture with a given position, scale, and -;; rotation. +;; The object represents a texture with a given position, scale, +;; rotation, and color. (define-record-type (%make-sprite texture x y scale-x scale-y rotation color) sprite? -- cgit v1.2.3