This commit is contained in:
Christian Semmler 2024-03-24 09:40:51 -04:00
parent 147ac5261e
commit 9361a31675

View File

@ -506,7 +506,7 @@ MxResult LegoNavController::ProcessJoystickInput(MxBool& p_und)
LegoWorld* world = CurrentWorld(); LegoWorld* world = CurrentWorld();
if (world && world->GetCamera()) { if (world && world->GetCamera()) {
world->GetCamera()->FUN_10012320(povPosition * 0.017453333333333335); world->GetCamera()->FUN_10012320(DTOR(povPosition));
p_und = TRUE; p_und = TRUE;
} }
} }