diff --git a/OpenRA.Mods.Common/Traits/Render/WithMuzzleOverlay.cs b/OpenRA.Mods.Common/Traits/Render/WithMuzzleOverlay.cs index 384fc30bd3..d23f978393 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithMuzzleOverlay.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithMuzzleOverlay.cs @@ -59,7 +59,11 @@ namespace OpenRA.Mods.Common.Traits.Render else getFacing = () => WAngle.Zero; - var muzzleFlash = new Animation(self.World, render.GetImage(self), getFacing); + var muzzleFlash = new Animation(self.World, render.GetImage(self), getFacing) + { + IsDecoration = true + }; + visible.Add(barrel, false); anims.Add(barrel, new AnimationWithOffset(muzzleFlash,