浏览代码

whitespace

Nicholas Barlow 6 年之前
父节点
当前提交
494809333c
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;