summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2013-09-08 18:21:59 -0400
committerDavid Thompson <dthompson@member.fsf.org>2013-09-08 18:21:59 -0400
commit18eebb36eb5c2441cd63f3a89fc608f234b9f775 (patch)
treefb013fcca07a46e6f166e4153251a8a95ac4e9eb
parente67a9e17223e13721603793ba151c0f18456332e (diff)
Export current-fps from game module.
-rw-r--r--2d/game.scm3
1 files changed, 2 insertions, 1 deletions
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)