From a5abacd1e7e8fd33927c522f7335884ef25bee36 Mon Sep 17 00:00:00 2001 From: G'lek Date: Tue, 30 Jun 2020 17:41:38 -0400 Subject: Change assembly watcher after notification changes Fixed Mono not building after #39986 was merged due to a constant that got renamed. --- modules/mono/editor/GodotTools/GodotTools/HotReloadAssemblyWatcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mono/editor/GodotTools') diff --git a/modules/mono/editor/GodotTools/GodotTools/HotReloadAssemblyWatcher.cs b/modules/mono/editor/GodotTools/GodotTools/HotReloadAssemblyWatcher.cs index ae05710f4f..b30c857c64 100644 --- a/modules/mono/editor/GodotTools/GodotTools/HotReloadAssemblyWatcher.cs +++ b/modules/mono/editor/GodotTools/GodotTools/HotReloadAssemblyWatcher.cs @@ -10,7 +10,7 @@ namespace GodotTools public override void _Notification(int what) { - if (what == Node.NotificationWmFocusIn) + if (what == Node.NotificationWmWindowFocusIn) { RestartTimer(); -- cgit v1.2.3