diff --git a/Source/Editor/ProjectInfo.cpp b/Source/Editor/ProjectInfo.cpp index 0396217c7..1c5d28bf0 100644 --- a/Source/Editor/ProjectInfo.cpp +++ b/Source/Editor/ProjectInfo.cpp @@ -188,7 +188,7 @@ bool ProjectInfo::LoadProject(const String& projectPath) // Relative to project root referencePath = ProjectFolderPath / reference.Name.Substring(15); } - else if (!FileSystem::IsRelative(reference.Name)) + else if (FileSystem::IsRelative(reference.Name)) { // Relative to workspace referencePath = Globals::StartupFolder / reference.Name;