Skip to content
Snippets Groups Projects
Commit c7f49dcd authored by Kevin Lee's avatar Kevin Lee
Browse files

use const

parent 0f8b39ab
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ AFRAME.registerComponent("character-controller", {
const rotationInvMatrix = new THREE.Matrix4();
const pivotRotationMatrix = new THREE.Matrix4();
const pivotRotationInvMatrix = new THREE.Matrix4();
let start = new THREE.Vector3();
const start = new THREE.Vector3();
return function(t, dt) {
const deltaSeconds = dt / 1000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment