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