Merge branch 'patch-2' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user