PoF floaters

Issue #15 resolved
Joe Hagens created an issue

Been trying to update the class floaters to show the new elite specs but unfortunately I've only been able to display one or the other, but not both. Any help would be appreciated.

Comments (1)

  1. hairys

    wrong project for this question, I think you want: https://github.com/frifox/gw2dps
    to answer your question, you could do 2 sets of Texture Icons like:

    Texture eliteIcon[GW2::PROFESSION_END];
    Texture POFeliteIcon[GW2::PROFESSION_END];
    

    Then check using Player::HasEliteSpec() or Player::HasPOFEliteSpec()

  2. Log in to comment