Fix normal textures not being visible

This commit is contained in:
sabrina-shanman 2019-02-07 11:22:33 -08:00
parent 35608c35de
commit 985f6dcb75

View file

@ -47,7 +47,7 @@ void CalculateMeshTangentsTask::run(const baker::BakeContextPointer& context, co
break;
}
}
if (needTangents) {
if (!needTangents) {
continue;
}