fix particle module changing size after certain user actions

This commit is contained in:
Saas
2026-03-14 19:05:35 +01:00
parent f2a13b64d4
commit 5ec018b904

View File

@@ -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;