mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:17:24 +02:00
changed debug print for unsupported entity files
This commit is contained in:
parent
af432087e3
commit
a246c59277
1 changed files with 1 additions and 1 deletions
|
@ -6355,7 +6355,7 @@ void Application::addAssetToWorldSetMapping(QString filePath, QString mapping, Q
|
||||||
if (filePath.endsWith(".obj") || filePath.endsWith(".fbx")) {
|
if (filePath.endsWith(".obj") || filePath.endsWith(".fbx")) {
|
||||||
addAssetToWorldAddEntity(filePath, mapping);
|
addAssetToWorldAddEntity(filePath, mapping);
|
||||||
} else {
|
} else {
|
||||||
qCDebug(interfaceapp) << "Zipped contents are not valid entity files";
|
qCDebug(interfaceapp) << "Zipped contents are not supported entity files";
|
||||||
addAssetToWorldInfoDone(filenameFromPath(filePath));
|
addAssetToWorldInfoDone(filenameFromPath(filePath));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue