1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 05:23:51 +00:00

Always create NiGeometry nodes as MatrixTransform

This commit is contained in:
Capostrophic 2020-03-31 13:04:03 +03:00
parent 4bb41a52bf
commit 80239235d3

View file

@ -461,8 +461,6 @@ namespace NifOsg
break; break;
} }
case Nif::RC_NiSwitchNode: case Nif::RC_NiSwitchNode:
case Nif::RC_NiTriShape:
case Nif::RC_NiTriStrips:
case Nif::RC_NiAutoNormalParticles: case Nif::RC_NiAutoNormalParticles:
case Nif::RC_NiRotatingParticles: case Nif::RC_NiRotatingParticles:
// Leaf nodes in the NIF hierarchy, so won't be able to dynamically attach children. // Leaf nodes in the NIF hierarchy, so won't be able to dynamically attach children.