Преглед изворни кода

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, '' );