소스 검색

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

Arseny Kapoulkine 5 년 전
부모
커밋
283bbfcb35
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 ) {