Parcourir la source

Update GLTFExporter.js

Update padding
Christopher Cook il y a 7 ans
Parent
commit
41df3c945e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      examples/js/exporters/GLTFExporter.js

+ 1 - 1
examples/js/exporters/GLTFExporter.js

@@ -1070,7 +1070,7 @@ THREE.GLTFExporter.prototype = {
 
 			if ( object.name ) {
 
-				gltfNode.name = String(object.name);
+				gltfNode.name = String( object.name );
 
 			}