Re-add lazy rebuilds

This commit is contained in:
Chandler Cox
2024-07-25 18:23:26 -05:00
parent e05eedfc76
commit 074751f91f

View File

@@ -1275,6 +1275,12 @@ namespace FlaxEditor.Modules
}
_dirtyNodes.Clear();
}
// Lazy-rebuilds
if (_rebuildFlag)
{
RebuildInternal();
}
}
/// <inheritdoc />