mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-01 10:24:30 +07:00
Updated comment to clarify what I think I meant when I wrote it
This commit is contained in:
parent
8d7677cf50
commit
885df8f4e2
@ -106,7 +106,7 @@ public class SpellsQuickPanel extends Table implements Disposable, CharData.Skil
|
||||
public void onPressed(MappedKey key, int keycode) {
|
||||
HotkeyButton button = keyMappings.get(key);
|
||||
if (button == null) return;
|
||||
// TODO: Assign
|
||||
// TODO: Replace Riiablo.charData.action with this button's action
|
||||
observer.copy(button);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user