Browse Source

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

Mr.doob 12 years ago
parent
commit
8677b60426
1 changed files with 0 additions and 3 deletions
  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 () {
 String.prototype.trim = String.prototype.trim || function () {
 
 
 	return this.replace( /^\s+|\s+$/g, '' );
 	return this.replace( /^\s+|\s+$/g, '' );