From b80edff80c5fb4601d3de18cfd14d1b1323757e3 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 15 Apr 2024 07:32:47 -0400 Subject: [PATCH] fix --- LEGO1/lego/legoomni/src/paths/legopathactor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/paths/legopathactor.cpp b/LEGO1/lego/legoomni/src/paths/legopathactor.cpp index ae368ca3..f8a51088 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathactor.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathactor.cpp @@ -236,7 +236,7 @@ MxS32 LegoPathActor::VTable0x8c(float p_time, Matrix4& p_transform) MxS32 result = VTable0x68(p4, p2, p3); - if (result < 0) { + if (result > 0) { p2 = p4; m_unk0xe9 = 0; result = 0;