mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Fix
This commit is contained in:
parent
ad106e4a67
commit
c568846611
@ -845,7 +845,7 @@ MxResult LegoPathController::FUN_10048310(
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
for (MxS32 i = 0; i < bOther->GetNumEdges(); i++) {
|
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 (edge->GetMask0x03()) {
|
||||||
if (pathCtrlEdgeSet.find(edge) != pathCtrlEdgeSet.end()) {
|
if (pathCtrlEdgeSet.find(edge) != pathCtrlEdgeSet.end()) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user