mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Fix
This commit is contained in:
parent
ad106e4a67
commit
c568846611
@ -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()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user