소스 검색

WebGLObjects: Removed unused variable

Mugen87 8 년 전
부모
커밋
4e622398bb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/renderers/webgl/WebGLObjects.js

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

@@ -205,7 +205,6 @@ function WebGLObjects( gl, properties, info ) {
 
 		if ( index !== null ) {
 
-			var edges = {};
 			var array = index.array;
 
 			for ( var i = 0, l = array.length; i < l; i += 3 ) {