Skip to content

Commit

Permalink
Remove potentially confusing comment
Browse files Browse the repository at this point in the history
It looks like a block comment, but you definitely don't want to add things to the end of the block.
  • Loading branch information
DanRStevens committed Feb 13, 2025
1 parent d55984c commit 637848f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NAS2D/EnumKeyCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ namespace NAS2D
KEY_AUDIO_PLAY = scanCodeToKeyCode(261),
KEY_AUDIO_MUTE = scanCodeToKeyCode(262),

// Additional Keys here
KEY_LAST,
};
}

0 comments on commit 637848f

Please sign in to comment.