removed unused issue comments

This commit is contained in:
M. Sz 2020-12-14 18:32:56 +01:00
parent 8186ecd55a
commit 4aa3c9420a
1 changed files with 1 additions and 4 deletions

View File

@ -337,9 +337,6 @@ func (h *HelpOverlay) setupTitleAndButton() {
func (h *HelpOverlay) updateBulletText() {
// Bullets
// the hotkeys displayed here should be pulled from a mapping of input events to game events
// https://github.com/OpenDiablo2/OpenDiablo2/issues/793
// https://github.com/OpenDiablo2/OpenDiablo2/issues/794
callouts := []struct{ text string }{
// "Ctrl" should be hotkey // "Hold Down <%s> to Run"
{text: fmt.Sprintf(
@ -430,7 +427,7 @@ func (h *HelpOverlay) setupLabelsWithLines() {
DotY: newSkillDotY,
})
// Some of the help fonts require mulktiple lines.
// Some of the help fonts require multiple lines.
h.createLabel(callout{
LabelText: h.asset.TranslateString("StrHelp10"), // "Left Mouse-"
LabelX: leftMouseLabelX,