From a301f84566f3dbf90c57967239799d9ba8654252 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 16 Mar 2025 14:58:48 -0700 Subject: [PATCH] Match `LegoAnimPresenterSetCompare` comparison (#1415) --- LEGO1/lego/legoomni/include/legopathboundary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/include/legopathboundary.h b/LEGO1/lego/legoomni/include/legopathboundary.h index 3499c24d..a2a2d6ba 100644 --- a/LEGO1/lego/legoomni/include/legopathboundary.h +++ b/LEGO1/lego/legoomni/include/legopathboundary.h @@ -21,7 +21,7 @@ struct LegoPathActorSetCompare { }; struct LegoAnimPresenterSetCompare { - MxBool operator()(const LegoAnimPresenter* p_lhs, const LegoAnimPresenter* p_rhs) const + MxU32 operator()(const LegoAnimPresenter* p_lhs, const LegoAnimPresenter* p_rhs) const { return (COMPARE_POINTER_TYPE) p_lhs < (COMPARE_POINTER_TYPE) p_rhs; }