mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 20:27:43 +00:00
Lots of bug fixes; working CPhazonSuitFilter
This commit is contained in:
@@ -30,10 +30,10 @@ std::shared_ptr<CAnimTreeNode>
|
||||
CMetaAnimSequence::VGetAnimationTree(const CAnimSysContext& animSys,
|
||||
const CMetaAnimTreeBuildOrders& orders) const
|
||||
{
|
||||
if (orders.x0_)
|
||||
if (orders.x0_recursiveAdvance)
|
||||
{
|
||||
CMetaAnimTreeBuildOrders modOrders;
|
||||
modOrders.PreAdvanceForAll(*orders.x0_);
|
||||
modOrders.PreAdvanceForAll(*orders.x0_recursiveAdvance);
|
||||
return GetAnimationTree(animSys, modOrders);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user