mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 08:56:36 +02:00
Fix normal textures not being visible
This commit is contained in:
parent
35608c35de
commit
985f6dcb75
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void CalculateMeshTangentsTask::run(const baker::BakeContextPointer& context, co
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (needTangents) {
|
||||
if (!needTangents) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue