Fixed drawItemSelection squishing things
This commit is contained in:
@@ -220,6 +220,14 @@ public class UnitFactory extends UnitBlock{
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drawSelect(){
|
||||
super.drawSelect();
|
||||
if(plans.size > 1 && currentPlan != -1 && currentPlan < plans.size){
|
||||
drawItemSelection(plans.get(currentPlan).unit);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Vec2 getCommandPosition(){
|
||||
return commandPos;
|
||||
|
||||
Reference in New Issue
Block a user