Explorar el Código

Remove unused variable in CombinedCamera.js

Elisée hace 10 años
padre
commit
e48977f916
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      examples/js/cameras/CombinedCamera.js

+ 0 - 2
examples/js/cameras/CombinedCamera.js

@@ -29,8 +29,6 @@ THREE.CombinedCamera = function ( width, height, fov, near, far, orthoNear, orth
 
 	this.toPerspective();
 
-	var aspect = width / height;
-
 };
 
 THREE.CombinedCamera.prototype = Object.create( THREE.Camera.prototype );