Remove TODO

This commit is contained in:
Christian Semmler 2024-04-11 07:36:55 -04:00
parent ada83989b1
commit 91ae26589a
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -100,7 +100,7 @@ MxResult LegoPathActor::VTable0x88(
matrix.SetIdentity();
pos = p1;
dir = p4;
up = *m_boundary->GetUnknown0x14(); // TODO
up = *m_boundary->GetUnknown0x14();
if (!m_cameraFlag || !m_userNavFlag) {
((Vector3&) dir).Mul(-1.0f);