Fix self parameter name in DrawLineToTarget.

This commit is contained in:
Paul Chote
2019-01-16 18:26:08 +00:00
parent 7d85c1e81f
commit c627a59b54

View File

@@ -85,7 +85,7 @@ namespace OpenRA.Mods.Common.Traits
bool IRenderAboveShroudWhenSelected.SpatiallyPartitionable { get { return false; } } bool IRenderAboveShroudWhenSelected.SpatiallyPartitionable { get { return false; } }
void INotifyBecomingIdle.OnBecomingIdle(Actor a) void INotifyBecomingIdle.OnBecomingIdle(Actor self)
{ {
targets = null; targets = null;
} }