mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
add TODO
This commit is contained in:
parent
6ff54454ab
commit
05b3c0ee7a
@ -210,6 +210,7 @@ MxResult LegoExtraActor::VTable0x94(LegoPathActor* p_actor, MxBool p_bool)
|
|||||||
Vector3 positionRef(matrix2[3]);
|
Vector3 positionRef(matrix2[3]);
|
||||||
Mx3DPointFloat dir(matrix[2]);
|
Mx3DPointFloat dir(matrix[2]);
|
||||||
|
|
||||||
|
// TODO: Fix calls
|
||||||
((Mx3DPointFloat&) dir).Mul(2.0f);
|
((Mx3DPointFloat&) dir).Mul(2.0f);
|
||||||
((Vector3&) positionRef).Add(&dir);
|
((Vector3&) positionRef).Add(&dir);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user