mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 07:26:09 +00:00
Reformat pass
This commit is contained in:
@@ -15,9 +15,9 @@ CAnimTreeSequence::CAnimTreeSequence(std::vector<std::shared_ptr<IMetaAnim>> seq
|
||||
, x94_curTime(0.f) {}
|
||||
|
||||
CAnimTreeSequence::CAnimTreeSequence(const std::shared_ptr<CAnimTreeNode>& curNode,
|
||||
std::vector<std::shared_ptr<IMetaAnim>> metaAnims,
|
||||
CAnimSysContext animSys, std::string_view name,
|
||||
CSequenceFundamentals fundamentals, const CCharAnimTime& time)
|
||||
std::vector<std::shared_ptr<IMetaAnim>> metaAnims, CAnimSysContext animSys,
|
||||
std::string_view name, CSequenceFundamentals fundamentals,
|
||||
const CCharAnimTime& time)
|
||||
: CAnimTreeSingleChild(curNode, name)
|
||||
, x18_animCtx(std::move(animSys))
|
||||
, x28_sequence(std::move(metaAnims))
|
||||
|
||||
Reference in New Issue
Block a user