Key mappings now clear when skills changed

This commit is contained in:
Collin Smith 2020-08-23 17:00:31 -07:00
parent 8032b65077
commit 3a8d49534f

View File

@ -128,6 +128,7 @@ public class SpellsQuickPanel extends Table implements Disposable, CharData.Skil
@Override
public void onChanged(CharData client, IntIntMap skills, Array<Stat> chargedSkills) {
buttons.clear();
keyMappings.clear();
for (Table table : tables) {
for (Actor child : table.getChildren()) child.clear();
table.clear();