From c568846611714557b7234910c5f74fecb18be365 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 5 Dec 2024 18:16:36 -0700 Subject: [PATCH] Fix --- LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp b/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp index ca94649e..4a46cdb4 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp @@ -845,7 +845,7 @@ MxResult LegoPathController::FUN_10048310( } else { for (MxS32 i = 0; i < bOther->GetNumEdges(); i++) { - LegoPathCtrlEdge* edge = (LegoPathCtrlEdge*) p_oldBoundary->GetEdges()[i]; + LegoPathCtrlEdge* edge = (LegoPathCtrlEdge*) bOther->GetEdges()[i]; if (edge->GetMask0x03()) { if (pathCtrlEdgeSet.find(edge) != pathCtrlEdgeSet.end()) {