소스 검색

Examples: Clean up. (#27267)

林炳权 1 년 전
부모
커밋
66631951ab
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      examples/webgl_buffergeometry_lines_indexed.html

+ 0 - 2
examples/webgl_buffergeometry_lines_indexed.html

@@ -61,8 +61,6 @@
 
 				function add_vertex( v ) {
 
-					if ( next_positions_index == 0xffff ) console.error( 'Too many points.' );
-
 					positions.push( v.x, v.y, v.z );
 					colors.push( Math.random() * 0.5 + 0.5, Math.random() * 0.5 + 0.5, 1 );