mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 11:37:28 +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));
|
||||
|
|
|
@ -31,7 +31,7 @@ import Utils 1.0
|
|||
return;
|
||||
}
|
||||
|
||||
// clear previously created objet if any
|
||||
// clear previously created object if any
|
||||
if(object) {
|
||||
object.destroy();
|
||||
object = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue