This commit is contained in:
Marcus Huderle 2022-09-11 10:52:02 -05:00
commit 9f69e433f0

View file

@ -31,7 +31,7 @@ void Prefab::loadPrefabs() {
filepath = QDir::cleanPath(projectConfig.getProjectDir() + QDir::separator() + filepath);
}
if (!QFile::exists(filepath) || !parser.tryParseJsonFile(&prefabDoc, filepath)) {
logError(QString("Failed to prefab data from %1").arg(filepath));
logError(QString("Failed to read prefab data from %1").arg(filepath));
return;
}