From 7789fd1f09e1e686d299111c2a88bc27e62bda94 Mon Sep 17 00:00:00 2001 From: Javier Sancho Date: Tue, 19 Jun 2012 21:43:01 +0200 Subject: [PATCH] Bug solved with glmatrix-block export. --- src/video.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/video.scm b/src/video.scm index ad74c86..e58fab9 100644 --- a/src/video.scm +++ b/src/video.scm @@ -67,6 +67,8 @@ load-font load-font-without-texture render-text) + #:re-export (glPushMatrix + glPopMatrix) #:export-syntax (glmatrix-block)) -- 2.39.2