mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-25 07:18:02 -05:00
Fix prefab error log typo
This commit is contained in:
parent
ce4d8bfc54
commit
981888799c
|
|
@ -29,7 +29,7 @@ void Prefab::loadPrefabs() {
|
|||
if (!QFile::exists(filepath) || !parser.tryParseJsonFile(&prefabDoc, filepath)) {
|
||||
QString relativePath = QDir::cleanPath(projectConfig.getProjectDir() + QDir::separator() + filepath);
|
||||
if (!parser.tryParseJsonFile(&prefabDoc, relativePath)) {
|
||||
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