diff --git a/OpenRA.Mods.Common/Effects/FloatingSprite.cs b/OpenRA.Mods.Common/Effects/FloatingSprite.cs index 073c70eb1d..7f374eccab 100644 --- a/OpenRA.Mods.Common/Effects/FloatingSprite.cs +++ b/OpenRA.Mods.Common/Effects/FloatingSprite.cs @@ -15,7 +15,7 @@ using OpenRA.Graphics; namespace OpenRA.Mods.Common.Effects { - sealed class FloatingSprite : IEffect, ISpatiallyPartitionable + public sealed class FloatingSprite : IEffect, ISpatiallyPartitionable { readonly WDist[] speed; readonly WDist[] gravity;