[BUG] Minimap Player Pointer is now an Eye Icon
SoLOeRGr opened this issue ยท 1 comments
Game Flavor
Classic Era
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
The player Arrow on the minimap is now an Eye icon which is way too big to accurately see where the player is, and also doesnt rotate to help the player see their facing direction.
To reproduce
Current latest Azerite release (v 5.2.191-Release)
Expected behavior
There should be a less obfuscating icon which also rotates so the player can at a glance discern location & facing direction
Screenshots
Additional context
No context, it just looks like this on the latest Release update
it was driving me insane so i managed to find the relative code & comment it out:
Components/Misc/Minimap.lua@309
AzeriteEye = {Obj}
seems to have Point: { "CENTER", 0, 0 }
All the other Elements have the same Point value which drives me to assume understand its not an issue with AzeriteEye.Point, but rather its parent container.