mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Updates to UI to separate out format filters
This commit is contained in:
@@ -166,6 +166,7 @@ public abstract class FormatFilter<T extends InventoryItem> extends ItemFilter<T
|
||||
@Override
|
||||
public boolean tap(Integer index, GameFormat value, float x, float y, int count) {
|
||||
selectedFormat=value;
|
||||
Forge.back();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user