mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-12 13:13:27 +00:00
Scaling for wood elves
This commit is contained in:
parent
497d994525
commit
f7d26b2695
@ -75,7 +75,9 @@ NpcAnimation::NpcAnimation(const MWWorld::Ptr& ptr, MWWorld::Environment& _env,O
|
||||
startTime = transformations->begin()->getStartTime();
|
||||
}
|
||||
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…
x
Reference in New Issue
Block a user