Browse Source

Update glTFImporter.cpp

Replace tabs by spaces.
Kim Kulling 5 năm trước cách đây
mục cha
commit
187b74355b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);