From c4e8e75f48cbc84626b1d3c8e7a9ceb353dbecfc Mon Sep 17 00:00:00 2001 From: Ivan Mogilko Date: Fri, 27 Oct 2023 19:49:00 +0300 Subject: [PATCH] Editor: returned HasMODMusic property as obsolete to prevent load error --- Editor/AGS.Types/Settings.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Editor/AGS.Types/Settings.cs b/Editor/AGS.Types/Settings.cs index 31703460924..363a55afe11 100644 --- a/Editor/AGS.Types/Settings.cs +++ b/Editor/AGS.Types/Settings.cs @@ -891,6 +891,10 @@ public int MaximumScore set { _totalScore = value; } } + [Obsolete] + [Browsable(false)] + public bool HasMODMusic { get; } + [DisplayName("Default mask resolution")] [Description("What resolution do room region masks have relative to the room size")] [Category("Rooms")]