2
0
Эх сурвалжийг харах

reorderBuffers: remove unused array

dubejf 11 жил өмнө
parent
commit
eb806ee326

+ 0 - 1
src/core/BufferGeometry.js

@@ -829,7 +829,6 @@ THREE.BufferGeometry.prototype = {
 
 		/* Create a copy of all attributes for reordering. */
 		var sortedAttributes = {};
-		var types = [ Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array ];
 		for ( var attr in this.attributes ) {
 			if ( attr == 'index' )
 				continue;