summaryrefslogtreecommitdiff
path: root/modules/mono/editor
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-02-18 11:02:46 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-02-18 11:36:48 +0100
commit702976cd7a2dd9618d7f6ce1e53dd64f69c0e5dd (patch)
tree88c24d9a3be429a13d1d4475970447fd95ce6079 /modules/mono/editor
parenta16be762ed8e241e16b176257d8f3ba95d1602fb (diff)
Mono: Fix build after ObjectID and Texture2D changes
Diffstat (limited to 'modules/mono/editor')
-rw-r--r--modules/mono/editor/GodotTools/GodotTools/BuildTab.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools/BuildTab.cs b/modules/mono/editor/GodotTools/GodotTools/BuildTab.cs
index 727581daab..f75fe239e3 100644
--- a/modules/mono/editor/GodotTools/GodotTools/BuildTab.cs
+++ b/modules/mono/editor/GodotTools/GodotTools/BuildTab.cs
@@ -41,7 +41,7 @@ namespace GodotTools
public bool ErrorsVisible { get; set; } = true;
public bool WarningsVisible { get; set; } = true;
- public Texture IconTexture
+ public Texture2D IconTexture
{
get
{