Visual fixes

This commit is contained in:
Anuken
2020-09-16 09:57:12 -04:00
parent e2a838a715
commit d015e878c8
2 changed files with 7 additions and 2 deletions

View File

@@ -303,7 +303,7 @@ public class ItemBridge extends Block{
Lines.stroke(8f);
Tmp.v1.set(x, y).sub(other.worldx(), other.worldy()).setLength(-tilesize/2f);
Tmp.v1.set(x, y).sub(other.worldx(), other.worldy()).setLength(tilesize/2f).scl(-1f);
Lines.line(bridgeRegion,
x + Tmp.v1.x,