From d6819a19b8287aefef95e046449e9c1a7fc87682 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sun, 17 Jul 2011 11:08:02 +1200 Subject: [PATCH] declare WithRotor -> RenderSimple dep --- OpenRA.Mods.RA/Render/WithRotor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.RA/Render/WithRotor.cs b/OpenRA.Mods.RA/Render/WithRotor.cs index e22e59947a..02e066d112 100755 --- a/OpenRA.Mods.RA/Render/WithRotor.cs +++ b/OpenRA.Mods.RA/Render/WithRotor.cs @@ -13,7 +13,7 @@ using OpenRA.Traits; namespace OpenRA.Mods.RA.Render { - public class WithRotorInfo : ITraitInfo + public class WithRotorInfo : ITraitInfo, Requires { public readonly string Id = "rotor"; public readonly int[] Offset = { 0, 0 };