From 864c44a02357ceb89261b0e5330c01323ae20e26 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 23 Mar 2014 11:46:24 -0400 Subject: Replace figl with the new guile-opengl official release. --- 2d/window.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2d/window.scm') 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) -- cgit v1.2.3