Nicholas Barlow hace 6 años
padre
commit
494809333c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      serializers/src/glTF/2.0/glTFMaterialExporter.ts

+ 0 - 1
serializers/src/glTF/2.0/glTFMaterialExporter.ts

@@ -1221,7 +1221,6 @@ export class _GLTFMaterialExporter {
                 uri: textureName
                 uri: textureName
             };
             };
             let foundIndex: Nullable<number> = null;
             let foundIndex: Nullable<number> = null;
-
             for (let i = 0; i < images.length; ++i) {
             for (let i = 0; i < images.length; ++i) {
                 if (images[i].uri === originalTextureName) {
                 if (images[i].uri === originalTextureName) {
                     foundIndex = i;
                     foundIndex = i;