mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 18:40:01 +00:00
Improve legibility
This commit is contained in:
parent
6756b8613d
commit
164b6309a7
@ -510,11 +510,15 @@ namespace MWRender
|
||||
if (!isWerewolf)
|
||||
addAnimSource(base, smodel);
|
||||
|
||||
if (!isBase || (isBase && base != defaultSkeleton))
|
||||
addAnimSource(defaultSkeleton, smodel);
|
||||
|
||||
if (!isBase)
|
||||
{
|
||||
addAnimSource(defaultSkeleton, smodel);
|
||||
addAnimSource(smodel, smodel);
|
||||
}
|
||||
else if (base != defaultSkeleton)
|
||||
{
|
||||
addAnimSource(defaultSkeleton, smodel);
|
||||
}
|
||||
|
||||
if (!isWerewolf && isBeast && mNpc->mRace.contains("argonian"))
|
||||
addAnimSource("meshes\\xargonian_swimkna.nif", smodel);
|
||||
|
Loading…
x
Reference in New Issue
Block a user