mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Clear unknown in ViewROI
and ViewManager
(#1571)
This commit is contained in:
@@ -701,7 +701,7 @@ MxLong LegoNavController::Notify(MxParam& p_param)
|
||||
Mx3DPointFloat roiPosition(roi->GetWorldPosition());
|
||||
roiPosition -= viewPosition;
|
||||
|
||||
if (roiPosition.LenSquared() < 2000.0 || roi->GetUnknown0xe0() > 0) {
|
||||
if (roiPosition.LenSquared() < 2000.0 || roi->GetLodLevel() > 0) {
|
||||
entity->ClickAnimation();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user