mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 14:45:37 +00:00
Fix NpcAnimation non-existing skeleton crash (Fixes #2028)
This commit is contained in:
parent
2be65a89a7
commit
8233f5894a
1 changed files with 2 additions and 2 deletions
|
@ -200,10 +200,10 @@ NpcAnimation::NpcAnimation(const MWWorld::Ptr& ptr, Ogre::SceneNode* node, int v
|
|||
mPartPriorities[i] = 0;
|
||||
}
|
||||
|
||||
updateNpcBase();
|
||||
|
||||
if (!disableListener)
|
||||
mPtr.getClass().getInventoryStore(mPtr).setListener(this, mPtr);
|
||||
|
||||
updateNpcBase();
|
||||
}
|
||||
|
||||
void NpcAnimation::setViewMode(NpcAnimation::ViewMode viewMode)
|
||||
|
|
Loading…
Reference in a new issue