Fix Contrail field description.

This commit is contained in:
Paul Chote
2015-12-10 17:37:16 +00:00
parent 55433bd27c
commit 50dfa6df8f

View File

@@ -23,7 +23,7 @@ namespace OpenRA.Mods.Common.Effects
[Desc("Position relative to body")]
public readonly WVec Offset = WVec.Zero;
[Desc("Measured in pixels.")]
[Desc("Length of the trail (in ticks).")]
public readonly int TrailLength = 25;
[Desc("RGB color of the contrail.")]