This commit is contained in:
Christian Semmler 2024-12-05 18:16:36 -07:00
parent ad106e4a67
commit c568846611

View File

@ -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()) {