From 3d48c5bbf2535e1a5c8e64f7a1576fe83ae72ed4 Mon Sep 17 00:00:00 2001 From: joni <johnfshaughnessy@gmail.com> Date: Tue, 5 Jun 2018 16:33:55 -0700 Subject: [PATCH] Remove comment --- src/components/cursor-controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/cursor-controller.js b/src/components/cursor-controller.js index 0947f6040..1c3997b72 100644 --- a/src/components/cursor-controller.js +++ b/src/components/cursor-controller.js @@ -70,7 +70,6 @@ AFRAME.registerComponent("cursor-controller", { if (this.data.useMousePos) { this.setRaycasterWithMousePos(); } else { - //this.rayObject.updateMatrixWorld(); rayObjectRotation.setFromRotationMatrix(this.rayObject.matrixWorld); this.direction .set(0, 0, 1) -- GitLab