mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Fix
This commit is contained in:
parent
3a0ffa629a
commit
85430d3d9d
@ -2493,7 +2493,7 @@ MxBool LegoAnimationManager::FUN_10064010(LegoPathBoundary* p_boundary, LegoUnkn
|
||||
boundingBox.Max() = p1;
|
||||
boundingBox.Max() += vec;
|
||||
|
||||
if (GetViewManager()->IsBoundingBoxInFrustum(boundingBox) == 0) {
|
||||
if (GetViewManager()->IsBoundingBoxInFrustum(boundingBox) == FALSE) {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user