diff options
Diffstat (limited to '2d/stage.scm')
-rw-r--r-- | 2d/stage.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/stage.scm b/2d/stage.scm index 27b29ba..fee18a3 100644 --- a/2d/stage.scm +++ b/2d/stage.scm @@ -87,7 +87,7 @@ (define (stage-trigger stage event . args) (with-agenda (stage-agenda stage) - #f)) + (apply scene-trigger (stage-scene stage) event args))) ;;; ;;; Stage management |