forked from SteamWar/SteamWar
Improve rotation of PathArea#reset in CENTER_NORMAL case
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user