From 0af44fb3e8597b812db47f69e59a31cfb640620a Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 31 Jan 2020 19:06:56 +0100 Subject: [PATCH] Update glTFExporter.cpp Replacing tabs by spaces. --- code/glTF/glTFExporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/glTF/glTFExporter.cpp b/code/glTF/glTFExporter.cpp index 4ebe53c00..072234891 100644 --- a/code/glTF/glTFExporter.cpp +++ b/code/glTF/glTFExporter.cpp @@ -353,7 +353,7 @@ void glTFExporter::GetMatColorOrTex(const aiMaterial* mat, glTF::TexProperty& pr if (path[0] == '*') { // embedded 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(tex->pcData); prop.texture->source->SetData(data, tex->mWidth, *mAsset);