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