mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 17:53:47 +00:00
Fix AnimLayer not applying bug introduced in 339490e3e9
.
This commit is contained in:
parent
b4c1b811ce
commit
65ab23536e
1 changed files with 1 additions and 0 deletions
|
@ -1778,6 +1778,7 @@ bool AnimationLayer::contains(const Bone *b) const
|
|||
for (int j = 0; j < includeBones.size(); j++)
|
||||
if (idx == includeBones[j])
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue