0
0
mirror of https://github.com/Doodle3D/Doodle3D-Core.git synced 2025-01-04 17:03:49 +01:00

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.addEventListener('change', scene.render);
loadMatcapMaterial.then(scene.render;
loadMatcapMaterial.then(scene.render);
}
componentWillUnmount() {