mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-02 09:09:41 +00:00
Restore beast race animations
This commit is contained in:
parent
eedb96863e
commit
6756b8613d
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ namespace MWRender
|
|||
if (!isWerewolf)
|
||||
addAnimSource(base, smodel);
|
||||
|
||||
if (smodel != defaultSkeleton && base != defaultSkeleton)
|
||||
if (!isBase || (isBase && base != defaultSkeleton))
|
||||
addAnimSource(defaultSkeleton, smodel);
|
||||
|
||||
if (!isBase)
|
||||
|
|
Loading…
Reference in a new issue