mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 04:15:33 +00:00
Reset holstered shield before rebuilding an NPC animation
This commit is contained in:
parent
ab4b3677e3
commit
d66b81d7f7
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ void NpcAnimation::setRenderBin()
|
|||
void NpcAnimation::rebuild()
|
||||
{
|
||||
mScabbard.reset();
|
||||
mHolsteredShield.reset();
|
||||
updateNpcBase();
|
||||
|
||||
MWBase::Environment::get().getMechanicsManager()->forceStateUpdate(mPtr);
|
||||
|
|
Loading…
Reference in a new issue