소스 검색

remove unused variable from Frustum.js

Ben Houston 12 년 전
부모
커밋
5d6656506b
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/math/Frustum.js

+ 1 - 3
src/math/Frustum.js

@@ -189,6 +189,4 @@ THREE.Frustum.prototype = {
 
 	}
 
-};
-
-THREE.Frustum.__s0 = new THREE.Sphere();
+};