From f510fdf69080742f1510e26448099080a3ba2701 Mon Sep 17 00:00:00 2001 From: ernisto Date: Fri, 11 Apr 2025 00:55:02 -0300 Subject: [PATCH] fix: no longer bump update id when a map updates --- src/maps.luau | 2 -- 1 file changed, 2 deletions(-) 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