forked from mirror/openmw-tes3mp
Set the mesh's attach point as the NiTriShape's node
This commit is contained in:
parent
65c20f128f
commit
93f0043afc
1 changed files with 1 additions and 1 deletions
|
@ -816,7 +816,7 @@ public:
|
||||||
mesh = meshMgr.createManual(fullname, mGroup, loader);
|
mesh = meshMgr.createManual(fullname, mGroup, loader);
|
||||||
}
|
}
|
||||||
|
|
||||||
meshes.push_back(std::make_pair(mesh, (shape->parent ? shape->parent->name : std::string())));
|
meshes.push_back(std::make_pair(mesh, shape->name));
|
||||||
}
|
}
|
||||||
else if(node->recType != Nif::RC_NiNode && node->recType != Nif::RC_RootCollisionNode &&
|
else if(node->recType != Nif::RC_NiNode && node->recType != Nif::RC_RootCollisionNode &&
|
||||||
node->recType != Nif::RC_NiRotatingParticles)
|
node->recType != Nif::RC_NiRotatingParticles)
|
||||||
|
|
Loading…
Reference in a new issue