Improve rotation of PathArea#reset in CENTER_NORMAL case

This commit is contained in:
2026-08-13 17:40:57 +02:00
parent d32dc611ab
commit ca8bbf8f63
@@ -189,7 +189,7 @@ public class PathArea implements Region.Area {
}
if (connectionType1 == RegionType.ConnectionType.Path && connectionType1 == connectionType2 && connectionType1 == connectionType3) {
selector = CENTER_NORMAL;
rotate = 0;
rotate = 90 * corner.ordinal();
}
if (selector == null) {
continue;