mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 23:54:04 +02:00
Add caching back to AssetRequest
This commit is contained in:
parent
304b105dac
commit
5849befb3d
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void AssetRequest::start() {
|
|||
_totalReceived += data.size();
|
||||
emit progress(_totalReceived, _info.size);
|
||||
|
||||
//saveToCache(getUrl(), data);
|
||||
saveToCache(getUrl(), data);
|
||||
} else {
|
||||
// hash doesn't match - we have an error
|
||||
_error = HashVerificationFailed;
|
||||
|
|
Loading…
Reference in a new issue