Corrected bug in MeshContainer.js

This commit is contained in:
Thomas FORGIONE 2015-10-20 16:51:54 +02:00
parent e5eacddc58
commit 13f47d467f
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ var availableMeshNames = {
for (var i = 1; i < 26; i++) { for (var i = 1; i < 26; i++) {
availableMeshNames['/static/data/spheres/' + i + '.obj'] = false; availableMeshNames['/static/data/spheres/' + i + '.obj'] = { done: false};
} }