Add mising default parameter value in override.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace FlaxEditor.Windows.Assets
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public override void Spawn(Actor actor, Actor parent, int orderInParent)
|
public override void Spawn(Actor actor, Actor parent, int orderInParent = -1)
|
||||||
{
|
{
|
||||||
_window.Spawn(actor, parent, orderInParent);
|
_window.Spawn(actor, parent, orderInParent);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user