mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Key mappings now clear when skills changed
This commit is contained in:
parent
8032b65077
commit
3a8d49534f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user