mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-08 06:06:49 +02:00
Fix unsupported model types preventing DomainBaker from finishing
This commit is contained in:
parent
e6487332e8
commit
b0b4307f27
1 changed files with 4 additions and 4 deletions
|
@ -176,14 +176,14 @@ void DomainBaker::addModelBaker(const QString& property, const QString& url, con
|
|||
|
||||
// keep track of the total number of baking entities
|
||||
++_totalNumberOfSubBakes;
|
||||
}
|
||||
}
|
||||
|
||||
// add this QJsonValueRef to our multi hash so that we can easily re-write
|
||||
// the model URL to the baked version once the baker is complete
|
||||
_entitiesNeedingRewrite.insert(bakeableModelURL, { property, jsonRef });
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void DomainBaker::addTextureBaker(const QString& property, const QString& url, image::TextureUsage::Type type, const QJsonValueRef& jsonRef) {
|
||||
QString cleanURL = QUrl(url).adjusted(QUrl::RemoveQuery | QUrl::RemoveFragment).toDisplayString();
|
||||
|
|
Loading…
Reference in a new issue