From 0ed9f37587c66f3a58f5ac64bd0428b7c34ad579 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 25 Mar 2024 10:00:59 -0400 Subject: [PATCH] Match LegoPointOfViewController::Tickle (#726) --- LEGO1/lego/legoomni/src/entity/legopovcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/entity/legopovcontroller.cpp b/LEGO1/lego/legoomni/src/entity/legopovcontroller.cpp index ce1db830..0b226d04 100644 --- a/LEGO1/lego/legoomni/src/entity/legopovcontroller.cpp +++ b/LEGO1/lego/legoomni/src/entity/legopovcontroller.cpp @@ -148,7 +148,7 @@ MxResult LegoPointOfViewController::Tickle() Vector3 pos(pov->GetWorldPosition()); Vector3 dir(pov->GetWorldDirection()); - if (m_nav->CalculateNewPosDir(pos, dir, newDir, newPos, NULL)) { + if (m_nav->CalculateNewPosDir(pos, dir, newPos, newDir, NULL)) { MxMatrix mat; CalcLocalTransform(newPos, newDir, pov->GetWorldUp(), mat);