Explorar o código

remove `touch`, it is never used

Jiulong Hu %!s(int64=8) %!d(string=hai) anos
pai
achega
d6792e183a
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      examples/js/controls/EditorControls.js

+ 0 - 2
examples/js/controls/EditorControls.js

@@ -199,8 +199,6 @@ THREE.EditorControls = function ( object, domElement ) {
 
 	// touch
 
-	var touch = new THREE.Vector3();
-
 	var touches = [ new THREE.Vector3(), new THREE.Vector3(), new THREE.Vector3() ];
 	var prevTouches = [ new THREE.Vector3(), new THREE.Vector3(), new THREE.Vector3() ];