From 18eebb36eb5c2441cd63f3a89fc608f234b9f775 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 8 Sep 2013 18:21:59 -0400 Subject: Export current-fps from game module. --- 2d/game.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2d/game.scm b/2d/game.scm index af3bf7a..77a5cb1 100644 --- a/2d/game.scm +++ b/2d/game.scm @@ -101,7 +101,8 @@ value." game-resolution game-fullscreen? game-first-scene - run-game) + run-game + current-fps) (export make-game define-game) -- cgit v1.2.3