From 9361a31675bb9ce019e2fcad46a3b1f2a8f0db64 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 24 Mar 2024 09:40:51 -0400 Subject: [PATCH] Style --- LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }