mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Silence discard errors
This commit is contained in:
@@ -546,7 +546,7 @@ void CPlayer::UpdateMorphBallTransition(float dt, CStateManager& mgr) {
|
||||
|
||||
switch (x2f8_morphBallState) {
|
||||
case EPlayerMorphBallState::Unmorphing:
|
||||
GetCollisionPrimitive()->CalculateAABox(GetPrimitiveTransform()).center();
|
||||
(void)GetCollisionPrimitive()->CalculateAABox(GetPrimitiveTransform()).center();
|
||||
ClearForcesAndTorques();
|
||||
SetAngularVelocityWR(zeus::CAxisAngle());
|
||||
if (x574_morphTime >= x578_morphDuration || mgr.GetCameraManager()->IsInCinematicCamera()) {
|
||||
|
||||
Reference in New Issue
Block a user