2
0
Эх сурвалжийг харах

Change assembly watcher after notification changes

Fixed Mono not building after #39986 was merged due to a constant that got renamed.
G'lek 5 жил өмнө
parent
commit
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();