Fix wall artwork interaction with conditions.

This commit is contained in:
Paul Chote
2017-03-26 20:49:38 +01:00
parent ac53bc502e
commit 227655f9aa

View File

@@ -159,6 +159,8 @@ namespace OpenRA.Mods.Common.Traits.Render
{
UpdateNeighbours(self);
}
protected override void TraitEnabled(Actor self) { dirty = true; }
}
public class RuntimeNeighbourInit : IActorInit<Dictionary<CPos, string[]>>, ISuppressInitExport