Pass context to game-manager
This commit is contained in:
parent
72908f7c1a
commit
488c136cc0
1 changed files with 1 additions and 1 deletions
2
game.scm
2
game.scm
|
@ -62,7 +62,7 @@
|
|||
|
||||
(write-log! "Creating system manager")
|
||||
(define s-manager
|
||||
(create-system-manager (init-game-systems)))
|
||||
(create-system-manager (init-game-systems context)))
|
||||
|
||||
(write-log! "Getting player image.")
|
||||
(define image:player (make-image "assets/images/ball.png"))
|
||||
|
|
Loading…
Reference in a new issue