From 7cee80f0cfcc4ea26fcecf06474f4cdf331afc41 Mon Sep 17 00:00:00 2001 From: Elisa Lupin-Jimenez Date: Fri, 25 Aug 2017 11:09:11 -0700 Subject: [PATCH] my own objects (or rather objects with low poly count) download now --- interface/src/Application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 6083463c56..9ad3b5f715 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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";