Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fixed - Daily Claim popup seems to stack
#1
Today, at about 1 minute after midnight, I claimed the daily prize, but the Claim popup did not disappear. I had to click about 10 more times to get rid of it. Each time I clicked the Claim button, the background was slightly more transparent. A guildie who claimed slightly earlier than I did had to click 3-4 times to get rid of it.

Could it be that, once it appears and until claimed, the popup is stacked once with every mob you kill?
Like,
Code:
if (isNewday && isUnclaimed) { render popup; }
instead of
Code:
if (isNewday && isUnclaimed && !isPopupVisible) { render popup; isPopupVisible = true; }

NB: Only got the reward once, so it's just visual.


Forum Jump:


Users browsing this thread: 1 Guest(s)