Explorar o código

... and we don't need the zero array anymore.

Arseny Kapoulkine %!s(int64=5) %!d(string=hai) anos
pai
achega
283bbfcb35
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/renderers/webgl/WebGLMorphtargets.js

+ 0 - 1
src/renderers/webgl/WebGLMorphtargets.js

@@ -12,7 +12,6 @@ function WebGLMorphtargets( gl ) {
 
 	var influencesList = {};
 	var morphInfluences = new Float32Array( 8 );
-	var morphInfluencesZero = new Float32Array( 8 );
 
 	function update( object, geometry, material, program ) {