Fixed #4108
This commit is contained in:
@@ -698,7 +698,6 @@ public class UnitTypes implements ContentList{
|
|||||||
legExtension = -15;
|
legExtension = -15;
|
||||||
legBaseOffset = 10f;
|
legBaseOffset = 10f;
|
||||||
landShake = 1f;
|
landShake = 1f;
|
||||||
legSpeed = 0.1f;
|
|
||||||
legLengthScl = 0.96f;
|
legLengthScl = 0.96f;
|
||||||
rippleScale = 2f;
|
rippleScale = 2f;
|
||||||
legSpeed = 0.2f;
|
legSpeed = 0.2f;
|
||||||
|
|||||||
@@ -121,6 +121,10 @@ public class BlockInventoryFragment extends Fragment{
|
|||||||
}
|
}
|
||||||
if(dirty) rebuild(false);
|
if(dirty) rebuild(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(table.getChildren().isEmpty()){
|
||||||
|
hide();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user