sebavan %!s(int64=5) %!d(string=hai) anos
pai
achega
9a53c1a9e4
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

@@ -220,7 +220,7 @@ export class _Exporter {
                 if (this._glTF.extensionsUsed == null) {
                     this._glTF.extensionsUsed = [];
                 }
-                
+
                 if (this._glTF.extensionsUsed.indexOf(extension.name) === -1) {
                     this._glTF.extensionsUsed.push(extension.name);
                 }