Re-add lazy rebuilds
This commit is contained in:
@@ -1275,6 +1275,12 @@ namespace FlaxEditor.Modules
|
||||
}
|
||||
_dirtyNodes.Clear();
|
||||
}
|
||||
|
||||
// Lazy-rebuilds
|
||||
if (_rebuildFlag)
|
||||
{
|
||||
RebuildInternal();
|
||||
}
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user