mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
fix condition
This commit is contained in:
parent
c7f5173e62
commit
2af2ab4f32
@ -175,7 +175,7 @@ MxResult LegoPathActor::VTable0x84(
|
||||
right.EqualsCross(&up, &dir);
|
||||
m_roi->FUN_100a46b0(matrix);
|
||||
|
||||
if (m_cameraFlag && m_userNavFlag) {
|
||||
if (!m_cameraFlag || !m_userNavFlag) {
|
||||
p5.EqualsCross(p_boundary->GetUnknown0x14(), &p3);
|
||||
p5.Unitize();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user