Thank you clang!
This commit is contained in:
RichardTea
2021-06-11 15:25:02 +01:00
parent 230f367ef9
commit fbf75963dc

View File

@@ -655,7 +655,7 @@ bool glTF2Exporter::GetMatSpecGloss(const aiMaterial &mat, glTF2::PbrSpecularGlo
// Add any appropriate textures
GetMatTex(mat, pbrSG.specularGlossinessTexture, aiTextureType_SPECULAR);
result == result || pbrSG.specularGlossinessTexture.texture;
result = result || pbrSG.specularGlossinessTexture.texture;
if (result) {
// Likely to always have diffuse