mirror of https://github.com/AxioDL/metaforce.git
CPlayer: Remove duplicated function call
This commit is contained in:
parent
1665fb9fd7
commit
c001985a79
|
@ -595,7 +595,6 @@ void CPlayer::UpdateMorphBallTransition(float dt, CStateManager& mgr) {
|
|||
}
|
||||
break;
|
||||
case EPlayerMorphBallState::Morphing:
|
||||
ClearForcesAndTorques();
|
||||
ClearForcesAndTorques();
|
||||
SetAngularVelocityWR(zeus::CAxisAngle());
|
||||
if (x574_morphTime >= x578_morphDuration || mgr.GetCameraManager()->IsInCinematicCamera()) {
|
||||
|
|
Loading…
Reference in New Issue