fix particle module changing size after certain user actions
This commit is contained in:
@@ -138,6 +138,12 @@ namespace FlaxEditor.Surface.Archetypes
|
||||
}
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void Resize(float width, float height)
|
||||
{
|
||||
// Do nothing so module does not change size
|
||||
}
|
||||
|
||||
private bool ArrangeAreaCheck(out int index, out Rectangle rect)
|
||||
{
|
||||
var barSidesExtend = 20.0f;
|
||||
|
||||
Reference in New Issue
Block a user