Path-of-Terraria / PathOfTerraria

GNU General Public License v3.0
1 stars 3 forks source link

fix: inconsistent loadout buttons #346

Closed shnakamura closed 3 months ago

shnakamura commented 3 months ago

### Link Issues Resolves: #342

Description of Work

Fixes inconsistent hovering in the inventory loadout buttons by setting Player.mouseInterface to true during hover.

Comments

Apparently UI elements don't automatically account for setting that field during collisions, we might want to keep an eye out.