Closes Anuken/Mindustry-Suggestions/issues/5877
This commit is contained in:
@@ -2254,7 +2254,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
||||
Point2 next = i == points.size - 1 ? null : points.get(i + 1);
|
||||
line.x = point.x;
|
||||
line.y = point.y;
|
||||
if(!overrideLineRotation || diagonal){
|
||||
if((!overrideLineRotation || diagonal) && !(block != null && block.ignoreLineRotation)){
|
||||
int result = baseRotation;
|
||||
if(next != null){
|
||||
result = Tile.relativeTo(point.x, point.y, next.x, next.y);
|
||||
|
||||
Reference in New Issue
Block a user