Sfoglia il codice sorgente

Removed unused variable

WestLangley 12 anni fa
parent
commit
91b60eb1b7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/core/Object3D.js

+ 0 - 1
src/core/Object3D.js

@@ -116,7 +116,6 @@ THREE.Object3D.prototype = {
 		// axis is assumed to be normalized
 
 		var v1 = new THREE.Vector3();
-		var q1 = new THREE.Quaternion();
 
 		return function ( axis, distance ) {