diff options
Diffstat (limited to 'src/tilemap.scm')
| -rw-r--r-- | src/tilemap.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tilemap.scm b/src/tilemap.scm index d789422..8d0379b 100644 --- a/src/tilemap.scm +++ b/src/tilemap.scm @@ -155,8 +155,8 @@ (x (* tile-x tile-width)) (y (* tile-y tile-height))) (make-tile - tile-id - (sdl2:make-rect x y tile-width tile-height)))) + id: tile-id + rect: (sdl2:make-rect x y tile-width tile-height)))) (define (load-tilemap file-name) (call-with-input-file file-name |
