mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 03:07:44 +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:
@@ -98,7 +98,7 @@ void CBoneTracking::PreRender(const CStateManager& mgr, CAnimData& animData, con
|
||||
x18_time = 0.f;
|
||||
}
|
||||
|
||||
void CBoneTracking::SetActive(bool) { x36_24_active = true; }
|
||||
void CBoneTracking::SetActive(bool active) { x36_24_active = active; }
|
||||
|
||||
void CBoneTracking::SetTarget(TUniqueId target) { x34_target = target; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user