diff --git a/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp b/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp index 2392664c..e5bca34f 100644 --- a/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp +++ b/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp @@ -506,7 +506,7 @@ MxResult LegoNavController::ProcessJoystickInput(MxBool& p_und) LegoWorld* world = CurrentWorld(); if (world && world->GetCamera()) { - world->GetCamera()->FUN_10012320(povPosition * 0.017453333333333335); + world->GetCamera()->FUN_10012320(DTOR(povPosition)); p_und = TRUE; } }