syntax error

This commit is contained in:
casperlamboo 2017-11-23 17:33:53 +01:00
parent 4e37a4c4cf
commit ed7f20a9af
1 changed files with 1 additions and 1 deletions

View File

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