From 72e2684406b97fc0ac9298459391c1cbfbb550be Mon Sep 17 00:00:00 2001 From: vnnh <90565423+vnnh@users.noreply.github.com> Date: Sat, 28 Sep 2024 20:27:08 -0500 Subject: [PATCH] Fix typo with `archetype_traverse_remove` --- src/init.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.luau b/src/init.luau index d4dc515..1fde9ee 100644 --- a/src/init.luau +++ b/src/init.luau @@ -687,7 +687,7 @@ end local function archetype_traverse_remove(world: World, id: i53, from: Archetype): Archetype from = from or world.ROOT_ARCHETYPE - local edge = archetype_ensure_edge(world, from.node.add, id) + local edge = archetype_ensure_edge(world, from.node.remove, id) local to = edge.to if not to then