2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-12 12:06:09 +00:00

CBoneTracking: Make use of parameter in SetActive()

GM8E v0 makes use of the parameter and doesn't always set the value to
true.
This commit is contained in:
Lioncash
2020-03-25 02:09:48 -04:00
parent 556f870dc8
commit a862b792de
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ public:
const zeus::CVector3f& vec, const CBodyController& bodyController);
void PreRender(const CStateManager& mgr, CAnimData& animData, const zeus::CTransform& worldXf,
const zeus::CVector3f& localOffsetScale, bool tracking);
void SetActive(bool b);
void SetActive(bool active);
void SetTarget(TUniqueId id);
void UnsetTarget();
void SetTargetPosition(const zeus::CVector3f& pos);