summaryrefslogtreecommitdiff
path: root/2d/shader.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-03-23 11:46:24 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-03-23 11:46:24 -0400
commit864c44a02357ceb89261b0e5330c01323ae20e26 (patch)
tree3f7e40600770af96e35cdca2e88ed4cb150ac5a3 /2d/shader.scm
parent718cc7c73318b09d595ddc2072b74062430ae896 (diff)
Replace figl with the new guile-opengl official release.
Diffstat (limited to '2d/shader.scm')
-rw-r--r--2d/shader.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/2d/shader.scm b/2d/shader.scm
index deff331..994dd63 100644
--- a/2d/shader.scm
+++ b/2d/shader.scm
@@ -22,8 +22,8 @@
#:use-module (srfi srfi-4)
#:use-module (srfi srfi-9)
#:use-module (ice-9 rdelim)
- #:use-module (figl gl)
- #:use-module (figl gl low-level)
+ #:use-module (gl)
+ #:use-module (gl low-level)
#:use-module (2d helpers)
#:use-module (2d transform)
#:use-module (2d vector2)