Handle controllers for the root node. Fixes #1147 (incorrect dwemer crossbow rotation)

actorid
scrawl 11 years ago
parent 60bbab52fe
commit 5b300c1052

@ -1034,7 +1034,7 @@ class NIFObjectLoader
e = e->extra;
}
if(!node->controller.empty() && (node->parent || node->recType != Nif::RC_NiNode))
if(!node->controller.empty())
createNodeControllers(name, node->controller, scene, animflags);
if(node->recType == Nif::RC_NiCamera)

Loading…
Cancel
Save