From 6ecc6d67cd7fe78a687a8d7645d05ebb3d156d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 30 Nov 2014 10:48:29 +0100 Subject: [PATCH] fix overlapping shadows --- OpenRA.Mods.D2k/AutoCarryall/AutoCarryall.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Mods.D2k/AutoCarryall/AutoCarryall.cs b/OpenRA.Mods.D2k/AutoCarryall/AutoCarryall.cs index e01c3769f5..394296c425 100644 --- a/OpenRA.Mods.D2k/AutoCarryall/AutoCarryall.cs +++ b/OpenRA.Mods.D2k/AutoCarryall/AutoCarryall.cs @@ -151,6 +151,7 @@ namespace OpenRA.Mods.D2k // Create a new animation for our carryable unit anim = new Animation(self.World, RenderSprites.GetImage(carryable.Info), RenderSprites.MakeFacingFunc(self)); anim.PlayRepeating("idle"); + anim.IsDecoration = true; } // Called when released