Merge branch 'patch-2' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-2

This commit is contained in:
Wojtek Figat
2021-01-19 21:53:07 +01:00

View File

@@ -60,7 +60,7 @@ bool ValidateStep::Perform(CookingData& data)
AssetInfo info;
if (!Content::GetAssetInfo(GameSettings::FirstScene, info))
{
data.Error(TEXT("Missing first scene."));
data.Error(TEXT("Missing first scene. Set it in the game settings."));
return true;
}
}