Browse Source

whitespace

Nicholas Barlow 6 năm trước cách đây
mục cha
commit
494809333c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;