Skip to content
Snippets Groups Projects
Commit f8c695e0 authored by Tazpn's avatar Tazpn
Browse files

niflib: Fix export bug with Update Tangent space

parent f74c2be2
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ void NiTriBasedGeom::UpdateTangentSpace(int method) { ...@@ -270,7 +270,7 @@ void NiTriBasedGeom::UpdateTangentSpace(int method) {
} }
} }
if ( !niTriGeomData->GetHasNormals() && (niTriGeomData->GetTspaceFlag() & 0xF0) == 0 ) if ( (niTriGeomData->GetTspaceFlag() & 0xF0) == 0 )
{ {
// generate the byte data // generate the byte data
size_t vCount = verts.size(); size_t vCount = verts.size();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment