diff --git a/src/maps.luau b/src/maps.luau index 6ea6168..2c437e2 100644 --- a/src/maps.luau +++ b/src/maps.luau @@ -86,7 +86,6 @@ local function indexes(input: () -> Map, transform: (() -> VI, output_cache[i] = result else -- update source input_nodes[i].cache = v - graph.bump_update_id() update_descendants(input_nodes[i]) end end @@ -172,7 +171,6 @@ local function values(input: () -> Map, transform: (VI, () -> else -- update source if cv ~= i then input_nodes[v].cache = i - graph.bump_update_id() update_descendants(input_nodes[v]) end