From 85430d3d9d488b45286560370d192689e5543742 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 27 Dec 2024 12:57:24 -0700 Subject: [PATCH] Fix --- LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp index 0b0c4014..5206d936 100644 --- a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp +++ b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp @@ -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; }