Fixed trait ordering for rally point. Will fix bounding box guess soon.

This commit is contained in:
Chris Forbes
2010-01-31 16:33:54 +13:00
parent c4477455fe
commit 13041ea777

View File

@@ -4,7 +4,7 @@ using OpenRa.Orders;
namespace OpenRa.Traits
{
class RallyPointInfo : ITraitInfo
class RallyPointInfo : ITraitInfo, ITraitPrerequisite<RenderSimpleInfo>
{
public readonly int[] RallyPoint = { 1, 3 };