Fix hitbox record
This commit is contained in:
parent
610f8597aa
commit
dd5f0ef6f3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
hitbox-height))
|
||||
|
||||
(define-record-type <hitbox>
|
||||
(make-hitbox (entity-id x y width height))
|
||||
(make-hitbox entity-id x y width height)
|
||||
hitbox?
|
||||
(entity-id hitbox-entity-id)
|
||||
(x hitbox-x)
|
||||
|
|
Loading…
Reference in a new issue