Improve rotation of PathArea#reset in CENTER_NORMAL case

This commit is contained in:
2026-03-16 21:08:26 +01:00
parent dc9c60f712
commit c8bfcd2dc3
@@ -189,7 +189,7 @@ public class PathArea implements Region.Area {
} }
if (connectionType1 == RegionType.ConnectionType.Path && connectionType1 == connectionType2 && connectionType1 == connectionType3) { if (connectionType1 == RegionType.ConnectionType.Path && connectionType1 == connectionType2 && connectionType1 == connectionType3) {
selector = CENTER_NORMAL; selector = CENTER_NORMAL;
rotate = 0; rotate = 90 * corner.ordinal();
} }
if (selector == null) { if (selector == null) {
continue; continue;