Bridge align fix
This commit is contained in:
@@ -62,7 +62,7 @@ public class ItemBridge extends Block{
|
|||||||
|
|
||||||
Lines.stroke(8f);
|
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(
|
Lines.line(
|
||||||
bridgeRegion,
|
bridgeRegion,
|
||||||
|
|||||||
Reference in New Issue
Block a user