mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 12:40:04 +00:00
BulletShapeManager kf loading fix
This commit is contained in:
parent
2bc95df265
commit
82316105de
@ -40,7 +40,7 @@ osg::ref_ptr<BulletShapeInstance> BulletShapeManager::createInstance(const std::
|
||||
std::set<std::string> animatedNodes;
|
||||
if (mVFS->exists(kfname))
|
||||
{
|
||||
osg::ref_ptr<const NifOsg::KeyframeHolder> keyframes = mSceneManager->getKeyframes(normalized);
|
||||
osg::ref_ptr<const NifOsg::KeyframeHolder> keyframes = mSceneManager->getKeyframes(kfname);
|
||||
for (NifOsg::KeyframeHolder::KeyframeControllerMap::const_iterator it = keyframes->mKeyframeControllers.begin();
|
||||
it != keyframes->mKeyframeControllers.end(); ++it)
|
||||
animatedNodes.insert(it->first);
|
||||
|
Loading…
x
Reference in New Issue
Block a user