mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-22 19:17:16 +02:00
[ui] fix typos
This commit is contained in:
parent
887b33490e
commit
79e96e7c06
2 changed files with 2 additions and 2 deletions
|
@ -246,7 +246,7 @@ Entity {
|
|||
}
|
||||
|
||||
function updateCacheAndModel(forceRequest) {
|
||||
// don't cache explicitely unloaded media
|
||||
// don't cache explicitly unloaded media
|
||||
if(model.requested && object && dependencyReady) {
|
||||
// cache current object
|
||||
if(cache.add(Filepath.urlToString(mediaLoader.source), object));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue