summaryrefslogtreecommitdiff
path: root/2d/window.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/window.scm
parent718cc7c73318b09d595ddc2072b74062430ae896 (diff)
Replace figl with the new guile-opengl official release.
Diffstat (limited to '2d/window.scm')
-rw-r--r--2d/window.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/window.scm b/2d/window.scm
index 75f996b..a747acf 100644
--- a/2d/window.scm
+++ b/2d/window.scm
@@ -23,7 +23,7 @@
(define-module (2d window)
#:use-module (srfi srfi-9)
- #:use-module (figl gl)
+ #:use-module (gl)
#:use-module ((sdl sdl) #:prefix SDL:)
#:use-module ((sdl mixer) #:prefix SDL:)
#:use-module (2d event)