소스 검색

Cleaning up

Luis Fraguada 4 년 전
부모
커밋
49386795a7
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      examples/jsm/loaders/3DMLoader.js

+ 0 - 3
examples/jsm/loaders/3DMLoader.js

@@ -156,9 +156,6 @@ Rhino3dmLoader.prototype = Object.assign( Object.create( Loader.prototype ), {
 
 	parse: function ( data, onLoad, onError ) {
 
-		// issue: https://github.com/mcneel/rhino3dm/issues/338
-		// issue: https://github.com/emscripten-core/emscripten/issues/13065
-
 		if ( data instanceof Uint8Array ) {
 
 			data = new Uint8Array( data ).buffer;