mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
Remove TODO
This commit is contained in:
parent
ada83989b1
commit
91ae26589a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue