Fix bt node sizing on spawm
This commit is contained in:
@@ -121,6 +121,14 @@ namespace FlaxEditor.Surface.Archetypes
|
||||
UpdateTitle();
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void OnSpawned()
|
||||
{
|
||||
base.OnSpawned();
|
||||
|
||||
ResizeAuto();
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void ResizeAuto()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user