Updated comment to clarify what I think I meant when I wrote it

This commit is contained in:
Collin Smith 2020-08-20 22:05:10 -07:00
parent 8d7677cf50
commit 885df8f4e2

View File

@ -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);
}
};