소스 검색

Removed shims for Int32Array and Float32Array.
We're using elements.set() anyway...

Mr.doob 12 년 전
부모
커밋
8677b60426
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/Three.js

+ 0 - 3
src/Three.js

@@ -16,9 +16,6 @@ self.console = self.console || {
 
 };
 
-self.Int32Array = self.Int32Array || Array;
-self.Float32Array = self.Float32Array || Array;
-
 String.prototype.trim = String.prototype.trim || function () {
 
 	return this.replace( /^\s+|\s+$/g, '' );