From 885df8f4e2e807e576655cf7f5b3fe681d3e6289 Mon Sep 17 00:00:00 2001 From: Collin Smith Date: Thu, 20 Aug 2020 22:05:10 -0700 Subject: [PATCH] Updated comment to clarify what I think I meant when I wrote it --- core/src/com/riiablo/screen/panel/SpellsQuickPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java b/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java index 66b215b8..692dbec8 100644 --- a/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java +++ b/core/src/com/riiablo/screen/panel/SpellsQuickPanel.java @@ -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); } };