Pārlūkot izejas kodu

reorderBuffers: remove unused array

dubejf 11 gadi atpakaļ
vecāks
revīzija
eb806ee326
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/core/BufferGeometry.js

+ 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;