Selaa lähdekoodia

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

Mr.doob 12 vuotta sitten
vanhempi
commit
8677b60426
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  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, '' );