Explorar o código

...and more whitespace changes

Nicholas Barlow %!s(int64=5) %!d(string=hai) anos
pai
achega
bc8377ed5d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      serializers/src/glTF/2.0/glTFExporter.ts

+ 1 - 1
serializers/src/glTF/2.0/glTFExporter.ts

@@ -1367,7 +1367,7 @@ export class _Exporter {
 
         this._convertToRightHandedSystem = !babylonScene.useRightHandedSystem;
         this._convertToRightHandedSystemMap = {};
-        
+
         // Set default values for all nodes
         babylonScene.rootNodes.forEach((rootNode) => {
             this._convertToRightHandedSystemMap[rootNode.uniqueId] = this._convertToRightHandedSystem;