mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Update FilterOption.java (#7248)
This commit is contained in:
parent
311cd86e47
commit
df1df66c6c
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ public abstract class FilterOption{
|
|||
public void build(Table table){
|
||||
table.row();
|
||||
CheckBox check = table.check("@filter.option." + name, setter).growX().padBottom(5).padTop(5).center().get();
|
||||
check.setChecked(getter.get());
|
||||
check.changed(changed);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue