mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-11 07:39:39 +07:00
iOS fix
This commit is contained in:
parent
3280bceaa1
commit
c4cbb85e03
@ -106,9 +106,7 @@ public class MenuFragment extends Fragment{
|
||||
container.add(play);
|
||||
container.add(join);
|
||||
container.add(custom);
|
||||
if(ios) container.row();
|
||||
container.add(maps);
|
||||
if(!ios) container.row();
|
||||
|
||||
container.table(table -> {
|
||||
table.defaults().set(container.defaults());
|
||||
|
Loading…
Reference in New Issue
Block a user