syntax error

This commit is contained in:
casperlamboo 2017-11-23 17:33:53 +01:00
parent 4e37a4c4cf
commit ed7f20a9af

View File

@ -58,7 +58,7 @@ class DoodlePreview extends React.Component {
this.editorControls = new THREE.EditorControls(scene.camera, canvas); this.editorControls = new THREE.EditorControls(scene.camera, canvas);
this.editorControls.addEventListener('change', scene.render); this.editorControls.addEventListener('change', scene.render);
loadMatcapMaterial.then(scene.render; loadMatcapMaterial.then(scene.render);
} }
componentWillUnmount() { componentWillUnmount() {