Improve rotation of PathArea#reset in CENTER_NORMAL case

This commit is contained in:
2026-03-03 22:19:40 +01:00
parent eb7d74a3a5
commit b72a971742
@@ -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;