Browse Source

Merge pull request #40004 from glek/patch-1

Change assembly watcher after notification changes
Rémi Verschelde 5 years ago
parent
commit
9286772faf

+ 1 - 1
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();