From 395aa7d1c312e495517701be11c21425d9a5838e Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 26 Oct 2025 17:25:13 -0700 Subject: Checkpoint --- composeApp/src/commonTest/kotlin/coffee/liz/ecs/DAGWorldTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composeApp/src/commonTest/kotlin/coffee/liz/ecs/DAGWorldTest.kt') diff --git a/composeApp/src/commonTest/kotlin/coffee/liz/ecs/DAGWorldTest.kt b/composeApp/src/commonTest/kotlin/coffee/liz/ecs/DAGWorldTest.kt index 737e386..bdf7e99 100644 --- a/composeApp/src/commonTest/kotlin/coffee/liz/ecs/DAGWorldTest.kt +++ b/composeApp/src/commonTest/kotlin/coffee/liz/ecs/DAGWorldTest.kt @@ -34,7 +34,7 @@ class DAGWorldTest { val entity = world.createEntity() entity.add(Position(10f, 20f)) - world.destroyEntity(entity) + world.removeEntity(entity) val results = world.query() assertFalse(results.contains(entity)) -- cgit v1.2.3-70-g09d2