mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Removed resolved comment
This commit is contained in:
parent
9b874036b8
commit
28dffc917f
@ -109,7 +109,6 @@ public class SpellsQuickPanel extends Table implements Disposable, CharData.Skil
|
||||
HotkeyButton button = keyMappings.get(key);
|
||||
if (button == null) return;
|
||||
observer.copy(button);
|
||||
// FIXME: it isn't appropriate to have this call here -- should separate into a controller
|
||||
Riiablo.charData.setAction(buttonId, button.getSkill());
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user