mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
my own objects (or rather objects with low poly count) download now
This commit is contained in:
parent
ee36fd579c
commit
7cee80f0cf
1 changed files with 1 additions and 0 deletions
|
@ -6504,6 +6504,7 @@ void Application::addAssetToWorldFromURLRequestFinished() {
|
|||
if (tempFile.open(QIODevice::WriteOnly)) {
|
||||
tempFile.write(request->getData());
|
||||
addAssetToWorldInfoClear(filename); // Remove message from list; next one added will have a different key.
|
||||
tempFile.close();
|
||||
qApp->getFileDownloadInterface()->runUnzip(downloadPath, url, true, false, isBlocks);
|
||||
} else {
|
||||
QString errorInfo = "Couldn't open temporary file for download";
|
||||
|
|
Loading…
Reference in a new issue