Change assembly watcher after notification changes

Fixed Mono not building after #39986 was merged due to a constant that got renamed.
This commit is contained in:
G'lek 2020-06-30 17:41:38 -04:00 committed by GitHub
parent e820a73f58
commit a5abacd1e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ namespace GodotTools
public override void _Notification(int what)
{
if (what == Node.NotificationWmFocusIn)
if (what == Node.NotificationWmWindowFocusIn)
{
RestartTimer();