Explorar o código

Change assembly watcher after notification changes

Fixed Mono not building after #39986 was merged due to a constant that got renamed.
G'lek %!s(int64=5) %!d(string=hai) anos
pai
achega
a5abacd1e7

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