fix previous commit

This commit is contained in:
casperlamboo 2017-12-13 17:28:25 +01:00
parent d45df12f6f
commit 6c01f66815

View File

@ -62,7 +62,7 @@ class D3Panel extends React.Component {
componentWillMount() {
this.createScene();
const toonShader = hasExtensionsFor.hasExtensionsFor;
const toonShader = hasExtensionsFor.toonShaderPreview
this.renderChain = new RenderChain(this.renderer, this.scene, this.camera, toonShader, {
UI: this.UIContainer,
shapes: this.shapesManager,