fix overlapping shadows

This commit is contained in:
Matthias Mailänder
2014-11-30 10:48:29 +01:00
parent bfcc52c871
commit 6ecc6d67cd

View File

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