Fixed mass driver deadlock

This commit is contained in:
Anuken
2019-09-12 08:42:19 -04:00
parent 44842d3221
commit 41b21c81a0
2 changed files with 6 additions and 6 deletions
@@ -20,7 +20,7 @@ public class LoadingFragment extends Fragment{
parent.fill(Styles.black8, t -> {
t.visible(false);
t.touchable(Touchable.enabled);
t.add().height(70f).row();
t.add().height(133f).row();
t.addImage().growX().height(3f).pad(4f).growX().get().setColor(Pal.accent);
t.row();