Clear unknowns LegoCameraController (#1647)

This commit is contained in:
Fabian Neundorf
2025-07-21 22:18:59 +02:00
committed by GitHub
parent b1dcc26d79
commit fd299137ff
8 changed files with 25 additions and 25 deletions

View File

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