mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-12-24 19:23:07 +00:00
Scaling for wood elves
This commit is contained in:
parent
497d994525
commit
f7d26b2695
1 changed files with 3 additions and 1 deletions
|
|
@ -76,6 +76,8 @@ NpcAnimation::NpcAnimation(const MWWorld::Ptr& ptr, MWWorld::Environment& _env,O
|
|||
}
|
||||
insert->attachObject(base);
|
||||
|
||||
if(bodyRaceID == "b_n_wood elf_f_" || bodyRaceID == "b_n_wood elf_m_")
|
||||
insert->scale(.9,.9,.9);
|
||||
std::string headModel = "meshes\\" +
|
||||
mEnvironment.mWorld->getStore().bodyParts.find(headID)->model;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue