Merge branch 'load-product-typo-fix' of https://github.com/Duroxxigar/FlaxEngine into Duroxxigar-load-product-typo-fix
This commit is contained in:
@@ -550,7 +550,7 @@ int32 Editor::LoadProduct()
|
|||||||
}
|
}
|
||||||
if (!FileSystem::FileExists(files[0]))
|
if (!FileSystem::FileExists(files[0]))
|
||||||
{
|
{
|
||||||
Platform::Fatal(TEXT("Cannot opoen selected project file because it doesn't exist."));
|
Platform::Fatal(TEXT("Cannot open selected project file because it doesn't exist."));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
projectPath = StringUtils::GetDirectoryName(files[0]);
|
projectPath = StringUtils::GetDirectoryName(files[0]);
|
||||||
|
|||||||
Reference in New Issue
Block a user