mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 15:36:41 +00:00
Don't skip animation state updates for NPCs
This commit is contained in:
parent
4bc93ecd1a
commit
fcaa8aae06
1 changed files with 0 additions and 2 deletions
|
@ -113,8 +113,6 @@ NpcAnimation::NpcAnimation(const MWWorld::Ptr& ptr, OEngine::Render::OgreRendere
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
base->setRenderQueueGroup(transparent ? RQG_Alpha : RQG_Main);
|
base->setRenderQueueGroup(transparent ? RQG_Alpha : RQG_Main);
|
||||||
base->setSkipAnimationStateUpdate(true); //Magical line of code, this makes the bones
|
|
||||||
//stay in the same place when we skipanim, or open a gui window
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(mEntityList.mSkelBase)
|
if(mEntityList.mSkelBase)
|
||||||
|
|
Loading…
Reference in a new issue