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/sprite.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2d/sprite.scm') diff --git a/2d/sprite.scm b/2d/sprite.scm index 75a54dc..7c7b9c0 100644 --- a/2d/sprite.scm +++ b/2d/sprite.scm @@ -25,8 +25,8 @@ (define-module (2d sprite) #:use-module (srfi srfi-1) #:use-module (srfi srfi-9) - #:use-module (figl gl) - #:use-module (figl contrib packed-struct) + #:use-module (gl) + #:use-module (gl contrib packed-struct) #:use-module ((sdl sdl) #:prefix SDL:) #:use-module (2d agenda) #:use-module (2d animation) -- cgit v1.2.3