aboutsummaryrefslogtreecommitdiff
path: root/tests/physics-test.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/physics-test.scm')
-rw-r--r--tests/physics-test.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/physics-test.scm b/tests/physics-test.scm
index 6d1da86..88ddcce 100644
--- a/tests/physics-test.scm
+++ b/tests/physics-test.scm
@@ -341,7 +341,7 @@
(solid-row (make-list 15 1))
(rows (append (make-list 24 empty-row) (list solid-row)))
(tm (make-test-tilemap rows))
- (e0 (make-player-entity 182 350.5 16 16)))
+ (e0 (make-entity 182 350.5 16 16)))
;; Should not crash
(let loop ((e e0) (n 5))
(if (= n 0)