Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Overlapping Player Name under XHair #323

Open
proof88 opened this issue May 28, 2024 · 0 comments
Open

BUG: Overlapping Player Name under XHair #323

proof88 opened this issue May 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@proof88
Copy link
Owner

proof88 commented May 28, 2024

When players are overlapping, the later added player is rendered over the earlier added player, since this is controlled the PURE.
That would imply that in such situation the later added player's name is preferred to be shown, but it is not the case due to the order in m_mapPlayers.
To solve this, there should be also a different map where players are ordered by their connection time, and we should iterate that.
This should be solved in PlayerHandling::updatePlayersVisuals().

We cannot control PURE's rendering order from outside.

Prerequisite: part of this ticket: #292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant