diff --git a/Source/Engine/Platform/Linux/LinuxFileSystemWatcher.cpp b/Source/Engine/Platform/Linux/LinuxFileSystemWatcher.cpp index a695d9d3c..2f1f1219c 100644 --- a/Source/Engine/Platform/Linux/LinuxFileSystemWatcher.cpp +++ b/Source/Engine/Platform/Linux/LinuxFileSystemWatcher.cpp @@ -101,7 +101,7 @@ namespace FileSystemWatchers { } else - { + { GetRootWatcher(event->wd)->OnEvent(name, FileSystemAction::Modify); } }