Bridge align fix

This commit is contained in:
Anuken
2020-09-15 13:56:42 -04:00
parent d1b5b7eb3c
commit f609ee77a4

View File

@@ -62,7 +62,7 @@ public class ItemBridge extends Block{
Lines.stroke(8f);
Tmp.v1.set(otherReq.drawx(), otherReq.drawx()).sub(req.drawx(), req.drawy()).setLength(-tilesize/2f);
Tmp.v1.set(otherReq.drawx(), otherReq.drawy()).sub(req.drawx(), req.drawy()).setLength(tilesize/2f);
Lines.line(
bridgeRegion,