aboutsummaryrefslogtreecommitdiff
path: root/tests/physics-test.scm
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-10 00:39:54 +0100
committerGene Pasquet <dev@etenil.net>2026-04-10 00:39:54 +0100
commit6734511622f6cc9c625bec6a2ee55413f0689946 (patch)
tree7eaa974bc39775c838a2e9f36d05e00c7bfd0dbc /tests/physics-test.scm
parentafc30a12e25215ff5e9226c3b4f8fd127d9a4d68 (diff)
Remove useless make-player-entity
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)