CPlayer: Remove duplicated function call

This commit is contained in:
Luke Street 2020-07-07 04:36:18 -04:00
parent 1665fb9fd7
commit c001985a79
1 changed files with 0 additions and 1 deletions

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