From ecd1c7638386684fc1991b757da52a4f53155931 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 18 Sep 2013 19:04:48 -0400 Subject: Clean up docstrings for sprite module. --- 2d/texture.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2d/texture.scm') diff --git a/2d/texture.scm b/2d/texture.scm index 7d0f7bd..ee0490c 100644 --- a/2d/texture.scm +++ b/2d/texture.scm @@ -159,7 +159,7 @@ that will be rendered, in pixels." texture)) (define* (draw-texture texture x y #:optional (color #xffffffff)) - "Renders a textured quad in GL immediate mode." + "Render a textured quad in GL immediate mode." (let* ((x2 (+ x (texture-width texture))) (y2 (+ y (texture-height texture))) (color (rgba->gl-color color)) -- cgit v1.2.3