no change

This commit is contained in:
codemann8
2026-01-17 11:44:40 -06:00
parent 32d1c2610d
commit 81a6fd387b

View File

@@ -1787,7 +1787,7 @@ class Entrance(object):
if mirror_exit and mirror_region:
if mirror_region.can_reach(state):
traverse_paths(mirror_region, self.parent_region)
break # no need to continue if there is no path from the mirror re-entry to dest
break # no need to continue if there is no path from the mirror re-entry to dest
mirror_map.pop(0)
if found:
path = state.path.get(mirror_region, (mirror_region.name, None))