diff options
author | David Thompson <dthompson2@worcester.edu> | 2013-11-06 22:14:45 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2013-11-06 22:15:20 -0500 |
commit | 98dd19d129e74e146a71fe2caa1c48c1ba232e5c (patch) | |
tree | f00914f9e2bf9e84173e5a425ceb535e1da84065 /2d/stage.scm | |
parent | 59fc4484fb7f4be8c6d93ffa7e3b03252b1181ba (diff) |
Fix exports in stage module.
Diffstat (limited to '2d/stage.scm')
-rw-r--r-- | 2d/stage.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/2d/stage.scm b/2d/stage.scm index 29a9445..5f5d8ca 100644 --- a/2d/stage.scm +++ b/2d/stage.scm @@ -28,8 +28,7 @@ #:export (make-stage stage? stage-agenda - stage-observer - stage-env + stage-state stage-scene set-stage-scene! enter-stage |