浏览代码

Update glTFImporter.cpp

Replace tabs by spaces.
Kim Kulling 5 年之前
父节点
当前提交
187b74355b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/glTF/glTFImporter.cpp

+ 1 - 1
code/glTF/glTFImporter.cpp

@@ -680,7 +680,7 @@ void glTFImporter::ImportEmbeddedTextures(glTF::Asset& r)
         size_t length = img.GetDataLength();
         void* data = img.StealData();
 
-		tex->mFilename = img.name;
+        tex->mFilename = img.name;
         tex->mWidth = static_cast<unsigned int>(length);
         tex->mHeight = 0;
         tex->pcData = reinterpret_cast<aiTexel*>(data);