nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Use-Mode Shift Render Bug #373

Closed nsmryan closed 2 years ago

nsmryan commented 2 years ago

The hit positions for use-mode are not re-emitted when shift is pressed. This causes the wrong positions to be highlighted in some cases.

To reproduce: give the player a spear. Press z Hold shift Release shift. The additional position highlighted by shift is not cleared.