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