mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 03:53:34 +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 <<
|
||||
" specular texture:" << currentMaterial.specularTextureFilename <<
|
||||
" emissive texture:" << currentMaterial.emissiveTextureFilename <<
|
||||
" bump texture:" << currentMaterial.bumpTextureFilename;
|
||||
" bump texture:" << currentMaterial.bumpTextureFilename <<
|
||||
" opacity texture:" << currentMaterial.opacityTextureFilename;
|
||||
#endif
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue