Skip to content

Commit

Permalink
Fix typo with archetype_traverse_remove (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnnh authored Sep 29, 2024
1 parent c4deb71 commit d6932ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6932ff

Please sign in to comment.