diff options
Diffstat (limited to '2d/repl')
-rw-r--r-- | 2d/repl/repl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/repl/repl.scm b/2d/repl/repl.scm index 4ff8f52..df0b8fe 100644 --- a/2d/repl/repl.scm +++ b/2d/repl/repl.scm @@ -30,7 +30,7 @@ #:use-module (system repl command) #:use-module (ice-9 control) #:use-module (2d mvars) - #:use-module (2d game-loop) + #:use-module (2d game) #:export (repl-input-mvar repl-output-mvar start-repl run-repl)) |