mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Fix
This commit is contained in:
parent
4f39f5888d
commit
7dd0b1c67c
@ -316,7 +316,7 @@ MxS32 LegoPathActor::VTable0x8c(float p_time, MxMatrix& p_transform)
|
|||||||
up = *m_boundary->GetUnknown0x14();
|
up = *m_boundary->GetUnknown0x14();
|
||||||
right.EqualsCross(up, dir);
|
right.EqualsCross(up, dir);
|
||||||
|
|
||||||
int res = right.Unitize();
|
MxS32 res = right.Unitize();
|
||||||
assert(res == 0);
|
assert(res == 0);
|
||||||
|
|
||||||
dir.EqualsCross(right, up);
|
dir.EqualsCross(right, up);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user