mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 18:23:17 +02:00
Merge pull request #10773 from Atlante45/fix/refresh-content
Fix reload content for baked skyboxes
This commit is contained in:
commit
e5602aa7d3
1 changed files with 1 additions and 0 deletions
|
@ -821,6 +821,7 @@ void NetworkTexture::refresh() {
|
||||||
TextureCache::requestCompleted(_self);
|
TextureCache::requestCompleted(_self);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_ktxResourceState = PENDING_INITIAL_LOAD;
|
||||||
Resource::refresh();
|
Resource::refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue