mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Implement LoadGPSM
Remove corrupted SELC duplicate (PMLC)
This commit is contained in:
@@ -154,7 +154,7 @@ bool CMVEBounce::GetValue(int frame, Zeus::CVector3f& pVel, Zeus::CVector3f& pPo
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CMVEConstant::GetValue(int frame, Zeus::CVector3f& pVel, Zeus::CVector3f& pPos) const
|
||||
bool CMVEConstant::GetValue(int frame, Zeus::CVector3f& pVel, Zeus::CVector3f& /*pPos*/) const
|
||||
{
|
||||
x4_x->GetValue(frame, pVel.x);
|
||||
x8_y->GetValue(frame, pVel.y);
|
||||
|
||||
Reference in New Issue
Block a user