فهرست منبع

Merge pull request #6736 from elisee/patch-2

Remove unused variable in CombinedCamera.js
Ricardo Cabello 10 سال پیش
والد
کامیت
643b4110ec
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 );