From 728e0c66006f4025fd2fd0e7711d66bf1683f459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 26 Apr 2020 20:56:42 +0200 Subject: [PATCH] If it defaults to the actor type, then it shouldn't be required. --- OpenRA.Mods.Common/Traits/Render/WithDecoration.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/Render/WithDecoration.cs b/OpenRA.Mods.Common/Traits/Render/WithDecoration.cs index 3c0748210f..9e703f2c8e 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithDecoration.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithDecoration.cs @@ -19,7 +19,6 @@ namespace OpenRA.Mods.Common.Traits.Render [Desc("Displays a custom UI overlay relative to the actor's mouseover bounds.")] public class WithDecorationInfo : WithDecorationBaseInfo { - [FieldLoader.Require] [Desc("Image used for this decoration. Defaults to the actor's type.")] public readonly string Image = null;