mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:57:13 +02:00
Fixed compilation error (within #ifdef)
This commit is contained in:
parent
eeb63bd16a
commit
0f6fdef928
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ void OBJReader::parseMaterialLibrary(QIODevice* device) {
|
||||||
" diffuse texture:" << currentMaterial.diffuseTextureFilename <<
|
" diffuse texture:" << currentMaterial.diffuseTextureFilename <<
|
||||||
" specular texture:" << currentMaterial.specularTextureFilename <<
|
" specular texture:" << currentMaterial.specularTextureFilename <<
|
||||||
" emissive texture:" << currentMaterial.emissiveTextureFilename <<
|
" emissive texture:" << currentMaterial.emissiveTextureFilename <<
|
||||||
" bump texture:" << currentMaterial.bumpTextureFilename;
|
" bump texture:" << currentMaterial.bumpTextureFilename <<
|
||||||
" opacity texture:" << currentMaterial.opacityTextureFilename;
|
" opacity texture:" << currentMaterial.opacityTextureFilename;
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue