mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
Match LegoExtraActor::FUN_1002aae0
This commit is contained in:
parent
512eb786ab
commit
cf18aa8072
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ MxResult LegoExtraActor::FUN_1002aae0()
|
||||||
Vector3 dirRef(m_unk0xec[2]);
|
Vector3 dirRef(m_unk0xec[2]);
|
||||||
Vector3 positionRef(m_unk0xec[3]);
|
Vector3 positionRef(m_unk0xec[3]);
|
||||||
|
|
||||||
dirRef.Mul(-1.0f);
|
// TODO: Fix call
|
||||||
|
((Vector3&) dirRef).Mul(-1.0f);
|
||||||
rightRef.EqualsCross(&upRef, &dirRef);
|
rightRef.EqualsCross(&upRef, &dirRef);
|
||||||
|
|
||||||
if (m_boundary == m_destEdge->m_faceA) {
|
if (m_boundary == m_destEdge->m_faceA) {
|
||||||
|
|
Loading…
Reference in a new issue