Skip to content

Commit d6932ff

Browse files
authored
Fix typo with archetype_traverse_remove (#135)
1 parent c4deb71 commit d6932ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ end
687687
local function archetype_traverse_remove(world: World, id: i53, from: Archetype): Archetype
688688
from = from or world.ROOT_ARCHETYPE
689689

690-
local edge = archetype_ensure_edge(world, from.node.add, id)
690+
local edge = archetype_ensure_edge(world, from.node.remove, id)
691691

692692
local to = edge.to
693693
if not to then

0 commit comments

Comments
 (0)