diff --git a/OpenRA.Mods.Common/Traits/Render/DrawLineToTarget.cs b/OpenRA.Mods.Common/Traits/Render/DrawLineToTarget.cs index e6a70a952d..5ea82dc0e7 100644 --- a/OpenRA.Mods.Common/Traits/Render/DrawLineToTarget.cs +++ b/OpenRA.Mods.Common/Traits/Render/DrawLineToTarget.cs @@ -85,7 +85,7 @@ namespace OpenRA.Mods.Common.Traits bool IRenderAboveShroudWhenSelected.SpatiallyPartitionable { get { return false; } } - void INotifyBecomingIdle.OnBecomingIdle(Actor a) + void INotifyBecomingIdle.OnBecomingIdle(Actor self) { targets = null; }