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);