소스 검색

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);