Merge remote-tracking branch 'origin/master' into 1.9

This commit is contained in:
Wojtek Figat
2024-08-05 20:00:39 +02:00
52 changed files with 983 additions and 131 deletions

View File

@@ -719,7 +719,7 @@ namespace FlaxEditor.Modules
{
Proxy.Insert(0, proxy);
if (rebuild)
Rebuild();
Rebuild(true);
}
/// <summary>
@@ -731,7 +731,7 @@ namespace FlaxEditor.Modules
{
Proxy.Remove(proxy);
if (rebuild)
Rebuild();
Rebuild(true);
}
/// <summary>
@@ -1263,7 +1263,9 @@ namespace FlaxEditor.Modules
// Lazy-rebuilds
if (_rebuildFlag)
{
RebuildInternal();
}
}
/// <inheritdoc />