Merge branch 'master' of https://github.com/huderlem/porymap
This commit is contained in:
commit
9f69e433f0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue