Changed references to the asset pack

This commit is contained in:
Sascha Willems 2023-05-10 21:29:33 +02:00
parent 69bb4d6ac0
commit 10031d4cca
12 changed files with 22 additions and 22 deletions

View file

@ -257,7 +257,7 @@ void VulkanExample::loadglTFFile(std::string filename)
std::string path = filename.substr(0, pos);
if (!fileLoaded) {
vks::tools::exitFatal("Could not open the glTF file.\n\nThe file is part of the additional asset pack.\n\nRun \"download_assets.py\" in the repository root to download the latest version.", -1);
vks::tools::exitFatal("Could not open the glTF file.\n\nMake sure the assets submodule has been checked out and is up-to-date.", -1);
return;
}