Fixed trait ordering for rally point. Will fix bounding box guess soon.
This commit is contained in:
@@ -4,7 +4,7 @@ using OpenRa.Orders;
|
|||||||
|
|
||||||
namespace OpenRa.Traits
|
namespace OpenRa.Traits
|
||||||
{
|
{
|
||||||
class RallyPointInfo : ITraitInfo
|
class RallyPointInfo : ITraitInfo, ITraitPrerequisite<RenderSimpleInfo>
|
||||||
{
|
{
|
||||||
public readonly int[] RallyPoint = { 1, 3 };
|
public readonly int[] RallyPoint = { 1, 3 };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user