瀏覽代碼

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;