Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxADIxzx committed Oct 6, 2021
1 parent e32be0f commit 7620d20
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ui/fragments/ModHudFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ public void build(Group parent){
cont.name = "overlaymarker";
cont.top().left();

// if(mobile){
if(true){
if(mobile){
cont.table(select -> {
select.name = "mobile buttons";
select.left();
Expand Down Expand Up @@ -154,8 +153,7 @@ public void build(Group parent){
}).growY().fillX().right().width(40f).disabled(b -> !canSkipWave()).name("skip");
}).width(dsize * 5 + 4f).name("statustable");

// if(mobile){
if(true){
if(mobile){
wavesMain.row();
wavesMain.table(select -> {
float isize = dsize - 28f;
Expand Down

0 comments on commit 7620d20

Please sign in to comment.