diff --git a/Source/Editor/Surface/Archetypes/ParticleModules.cs b/Source/Editor/Surface/Archetypes/ParticleModules.cs index debc88d59..f65c54646 100644 --- a/Source/Editor/Surface/Archetypes/ParticleModules.cs +++ b/Source/Editor/Surface/Archetypes/ParticleModules.cs @@ -138,6 +138,12 @@ namespace FlaxEditor.Surface.Archetypes } } + /// + 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;