mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-13 05:06:05 -05:00
Merge branch 'master' of https://github.com/huderlem/porymap
This commit is contained in:
commit
9f69e433f0
|
|
@ -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 New Issue
Block a user