mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-02-12 10:43:36 -08:00
Fixed #5759
This commit is contained in:
parent
a689c2cb4d
commit
6e5ad304e4
1 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,12 @@ public class DuctBridge extends Block{
|
|||
drawArrow = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void init(){
|
||||
clipSize = Math.max(clipSize, (range + 0.5f) * 2 * tilesize);
|
||||
super.init();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drawRequestRegion(BuildPlan req, Eachable<BuildPlan> list){
|
||||
Draw.rect(region, req.drawx(), req.drawy());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue