From 80239235d3e8c661da49da745abb266b79db14ea Mon Sep 17 00:00:00 2001 From: Capostrophic Date: Tue, 31 Mar 2020 13:04:03 +0300 Subject: [PATCH] Always create NiGeometry nodes as MatrixTransform --- components/nifosg/nifloader.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/nifosg/nifloader.cpp b/components/nifosg/nifloader.cpp index ea43fc9c65..51d25210df 100644 --- a/components/nifosg/nifloader.cpp +++ b/components/nifosg/nifloader.cpp @@ -461,8 +461,6 @@ namespace NifOsg break; } case Nif::RC_NiSwitchNode: - case Nif::RC_NiTriShape: - case Nif::RC_NiTriStrips: case Nif::RC_NiAutoNormalParticles: case Nif::RC_NiRotatingParticles: // Leaf nodes in the NIF hierarchy, so won't be able to dynamically attach children.