From 1f7b6f431aad4245d200c7db1e299f89dbfdc3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 20 Jul 2014 13:53:44 +0200 Subject: [PATCH] fix trait info documentation not being displayed --- OpenRA.Mods.D2k/D2kResourceLayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.D2k/D2kResourceLayer.cs b/OpenRA.Mods.D2k/D2kResourceLayer.cs index 5484ef9008..59fbc3c168 100644 --- a/OpenRA.Mods.D2k/D2kResourceLayer.cs +++ b/OpenRA.Mods.D2k/D2kResourceLayer.cs @@ -16,9 +16,9 @@ using OpenRA.Traits; namespace OpenRA.Mods.D2k { + [Desc("Used to render spice with round borders.")] public class D2kResourceLayerInfo : TraitInfo { } - [Desc("Used to render spice with round borders.")] public class D2kResourceLayer : ResourceLayer { [Flags] enum ClearSides : byte