Nicholas Barlow %!s(int64=6) %!d(string=hai) anos
pai
achega
494809333c
Modificáronse 1 ficheiros con 0 adicións e 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
             };
             let foundIndex: Nullable<number> = null;
-
             for (let i = 0; i < images.length; ++i) {
                 if (images[i].uri === originalTextureName) {
                     foundIndex = i;