2
0
Эх сурвалжийг харах

remove displaced character

perkma 4 жил өмнө
parent
commit
f6f8d939c3

+ 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[ 'attributes' ] = attributes;
 				brepObject.userData[ 'objectType' ] = obj.objectType;
 				brepObject.userData[ 'objectType' ] = obj.objectType;
-<				if( attributes.name ) {
+				if( attributes.name ) {
 					brepObject.name = attributes.name;
 					brepObject.name = attributes.name;
 				}
 				}