GoldpawsStuff / AzeriteUI5

Custom user interface suite for World of Warcraft. Design and code by Lars Norberg and Daniel Troconis.
https://www.patreon.com/GoldpawsStuff
Other
22 stars 7 forks source link

[BUG] Minimap Player Pointer is now an Eye Icon #103

Open SoLOeRGr opened 6 days ago

SoLOeRGr commented 6 days ago

Game Flavor

Classic Era

Is there an existing issue for this?

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

image image

Additional context

No context, it just looks like this on the latest Release update

SoLOeRGr commented 6 days ago

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.