Merge remote-tracking branch 'origin/master' into 1.9
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user