mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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")) {
|
||||
addAssetToWorldAddEntity(filePath, mapping);
|
||||
} else {
|
||||
qCDebug(interfaceapp) << "Zipped contents are not valid entity files";
|
||||
qCDebug(interfaceapp) << "Zipped contents are not supported entity files";
|
||||
addAssetToWorldInfoDone(filenameFromPath(filePath));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue