Переглянути джерело

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