Corrected bug in MeshContainer.js
This commit is contained in:
parent
e5eacddc58
commit
13f47d467f
|
@ -280,7 +280,7 @@ var availableMeshNames = {
|
|||
|
||||
for (var i = 1; i < 26; i++) {
|
||||
|
||||
availableMeshNames['/static/data/spheres/' + i + '.obj'] = false;
|
||||
availableMeshNames['/static/data/spheres/' + i + '.obj'] = { done: false};
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue