소스 검색

Remove unused variable in CombinedCamera.js

Elisée 10 년 전
부모
커밋
e48977f916
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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 );