소스 검색

Update glTFExporter.cpp

Replacing tabs by spaces.
Kim Kulling 5 년 전
부모
커밋
0af44fb3e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code/glTF/glTFExporter.cpp

+ 1 - 1
code/glTF/glTFExporter.cpp

@@ -353,7 +353,7 @@ void glTFExporter::GetMatColorOrTex(const aiMaterial* mat, glTF::TexProperty& pr
                     if (path[0] == '*') { // embedded
                     if (path[0] == '*') { // embedded
                         aiTexture* tex = mScene->mTextures[atoi(&path[1])];
                         aiTexture* tex = mScene->mTextures[atoi(&path[1])];
 						
 						
-						prop.texture->source->name = tex->mFilename.C_Str();
+                        prop.texture->source->name = tex->mFilename.C_Str();
 
 
                         uint8_t* data = reinterpret_cast<uint8_t*>(tex->pcData);
                         uint8_t* data = reinterpret_cast<uint8_t*>(tex->pcData);
                         prop.texture->source->SetData(data, tex->mWidth, *mAsset);
                         prop.texture->source->SetData(data, tex->mWidth, *mAsset);