瀏覽代碼

remove displaced character

perkma 4 年之前
父節點
當前提交
f6f8d939c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/jsm/loaders/3DMLoader.js

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

@@ -494,7 +494,7 @@ Rhino3dmLoader.prototype = Object.assign( Object.create( Loader.prototype ), {
 
 				brepObject.userData[ 'attributes' ] = attributes;
 				brepObject.userData[ 'objectType' ] = obj.objectType;
-<				if( attributes.name ) {
+				if( attributes.name ) {
 					brepObject.name = attributes.name;
 				}