Restore bladeEnabled flag check

This commit is contained in:
Diego Marcos
2018-10-15 16:08:31 -07:00
parent 5acf9433ed
commit 8ae5d18758

View File

@@ -35,7 +35,7 @@
},
tick: function (time, delta) {
//if (!this.data.bladeEnabled) { return; }
if (!this.data.bladeEnabled) { return; }
this.boundingBox.setFromObject(this.bladeEl.getObject3D('mesh'));
this.detectStroke(delta);
},