Fix bt node sizing on spawm

This commit is contained in:
Wojtek Figat
2023-08-17 15:27:02 +02:00
parent 77f7d55f5a
commit 5f79fdd5f9

View File

@@ -121,6 +121,14 @@ namespace FlaxEditor.Surface.Archetypes
UpdateTitle();
}
/// <inheritdoc />
public override void OnSpawned()
{
base.OnSpawned();
ResizeAuto();
}
/// <inheritdoc />
public override void ResizeAuto()
{