typo, removed twister.obj

This commit is contained in:
Diego F. Goberna
2018-12-01 01:16:38 +01:00
committed by Diego Marcos
parent cf31c24ebd
commit e6bc456510
2 changed files with 1 additions and 3 deletions

View File

@@ -100,6 +100,6 @@ AFRAME.registerComponent('stage-colors', {
this.mineMaterial.emissive = this.mineEmission[red ? 'red' : 'blue'];
this.mineMaterial.envMap = this.mineEnvMap[red ? 'red' : 'blue'];
this.mineMaterial.needsUpdate = true;
}
*/
}
});