فهرست منبع

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