Erekir tech fixes

This commit is contained in:
Anuken
2022-01-27 15:01:01 -05:00
parent e4595b6831
commit feba0cf207
5 changed files with 11 additions and 10 deletions

View File

@@ -1301,7 +1301,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
}
if(points.size > 1 && end instanceof ChainedBuilding){
Point2 secondToLast = points.get(points.size - 2);
if (!(world.build(secondToLast.x, secondToLast.y) instanceof ChainedBuilding)){
if(!(world.build(secondToLast.x, secondToLast.y) instanceof ChainedBuilding)){
endRotation = end.rotation;
}
}