summaryrefslogtreecommitdiff
path: root/2d/texture.scm
diff options
context:
space:
mode:
Diffstat (limited to '2d/texture.scm')
-rw-r--r--2d/texture.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/2d/texture.scm b/2d/texture.scm
index ff6c08a..daa0568 100644
--- a/2d/texture.scm
+++ b/2d/texture.scm
@@ -152,10 +152,6 @@ that will be rendered, in pixels."
(freeimage-flip-vertical 32bit-bitmap)
32bit-bitmap))
-;; (define b (load-bitmap "images/p1_front.png"))
-;; (define t (bitmap->texture b))
-;; (define tid (gl-generate-texture))
-
(define (load-texture filename)
"Load a texture from an image file at FILENAME."
(let* ((bitmap (load-bitmap filename))