2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-27 14:53:29 +00:00

CPlayer: Remove duplicated function call

This commit is contained in:
Luke Street 2020-07-07 04:36:18 -04:00
parent 1665fb9fd7
commit c001985a79

View File

@ -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()) {