my own objects (or rather objects with low poly count) download now

This commit is contained in:
Elisa Lupin-Jimenez 2017-08-25 11:09:11 -07:00
parent ee36fd579c
commit 7cee80f0cf

View file

@ -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";