summaryrefslogtreecommitdiff
path: root/2d/texture.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2013-07-28 19:44:25 -0400
committerDavid Thompson <dthompson2@worcester.edu>2013-07-28 19:44:25 -0400
commit45d746083c3fe3de6f6b3d8ec099d43fec85e1d8 (patch)
tree4e1fdde0494ed10b9ba9c3530260239c602a151f /2d/texture.scm
parent60f10e08308a6a8df543268db59f580ddc27c743 (diff)
Fix figl enum.
Diffstat (limited to '2d/texture.scm')
-rw-r--r--2d/texture.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/texture.scm b/2d/texture.scm
index b4b28a6..4259bda 100644
--- a/2d/texture.scm
+++ b/2d/texture.scm
@@ -104,7 +104,7 @@ Currently only works with RGBA format surfaces."
(let ((x2 (+ x w))
(y2 (+ y h)))
(with-gl-bind-texture (texture-target texture-2d) (texture-id texture)
- (gl-begin (primitive-type quads)
+ (gl-begin (begin-mode quads)
(apply gl-color color)
(gl-texture-coordinates u v)
(gl-vertex x y)