mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 12:10:44 +02:00
spaces
This commit is contained in:
parent
d109c0fb1b
commit
21fa1878cb
1 changed files with 2 additions and 2 deletions
|
@ -984,7 +984,7 @@ std::tuple<bool, QByteArray> GLTFSerializer::requestData(QUrl& url) {
|
|||
}
|
||||
}
|
||||
|
||||
QByteArray GLTFSerializer::requestEmbeddedData(const QString& url) {
|
||||
QByteArray GLTFSerializer::requestEmbeddedData(const QString& url) {
|
||||
QString binaryUrl = url.split(",")[1];
|
||||
return binaryUrl.isEmpty() ? QByteArray() : QByteArray::fromBase64(binaryUrl.toUtf8());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue