Merge branch 'Tryibion-force-rebuild-proxy'
This commit is contained in:
@@ -737,7 +737,7 @@ namespace FlaxEditor.Modules
|
||||
{
|
||||
Proxy.Insert(0, proxy);
|
||||
if (rebuild)
|
||||
Rebuild();
|
||||
Rebuild(true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -749,7 +749,7 @@ namespace FlaxEditor.Modules
|
||||
{
|
||||
Proxy.Remove(proxy);
|
||||
if (rebuild)
|
||||
Rebuild();
|
||||
Rebuild(true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -1278,7 +1278,9 @@ namespace FlaxEditor.Modules
|
||||
|
||||
// Lazy-rebuilds
|
||||
if (_rebuildFlag)
|
||||
{
|
||||
RebuildInternal();
|
||||
}
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user