فهرست منبع

...and more whitespace changes

Nicholas Barlow 5 سال پیش
والد
کامیت
bc8377ed5d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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._convertToRightHandedSystem = !babylonScene.useRightHandedSystem;
         this._convertToRightHandedSystemMap = {};
         this._convertToRightHandedSystemMap = {};
-        
+
         // Set default values for all nodes
         // Set default values for all nodes
         babylonScene.rootNodes.forEach((rootNode) => {
         babylonScene.rootNodes.forEach((rootNode) => {
             this._convertToRightHandedSystemMap[rootNode.uniqueId] = this._convertToRightHandedSystem;
             this._convertToRightHandedSystemMap[rootNode.uniqueId] = this._convertToRightHandedSystem;