Fixed tab cycling not working

This commit is contained in:
Anuken
2020-08-17 20:02:56 -04:00
parent 7ecf5aa26d
commit 7ec6e64c18
4 changed files with 5 additions and 5 deletions

View File

@@ -16,8 +16,8 @@ import mindustry.ui.*;
import static mindustry.Vars.*;
public class PlayerListFragment extends Fragment{
public Table content = new Table().marginRight(13f).marginLeft(13f);
private boolean visible = false;
private Table content = new Table().marginRight(13f).marginLeft(13f);
private Interval timer = new Interval();
private TextField sField;
private boolean found = false;