Match LegoPointOfViewController::Tickle

This commit is contained in:
Christian Semmler 2024-03-25 09:55:12 -04:00
parent 2261f7f039
commit 895373b228

View File

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