mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 11:53:51 +00:00
little fix (weapons disapeared when tab was pressed)
This commit is contained in:
parent
5388c25e64
commit
3d9ceede77
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ void NpcAnimation::updateParts(bool forceupdate)
|
|||
addOrReplaceIndividualPart(part, -1,1, "meshes\\"+bodypart->mModel);
|
||||
}
|
||||
|
||||
showWeapons(mShowWeapons);
|
||||
}
|
||||
|
||||
NifOgre::ObjectList NpcAnimation::insertBoundedPart(const std::string &model, int group, const std::string &bonename)
|
||||
|
|
Loading…
Reference in a new issue