diff --git a/Source/Engine/Platform/Mac/MacFileSystemWatcher.cpp b/Source/Engine/Platform/Mac/MacFileSystemWatcher.cpp index ba3358d35..fed010e4e 100644 --- a/Source/Engine/Platform/Mac/MacFileSystemWatcher.cpp +++ b/Source/Engine/Platform/Mac/MacFileSystemWatcher.cpp @@ -39,7 +39,7 @@ void DirectoryWatchCallback( ConstFSEventStreamRef StreamRef, void* FileWatcherP { action = FileSystemAction::Rename; } - if (rmodified) + if (modified) { action = FileSystemAction::Modify; }