![]() |
Fixed - Daily Claim popup seems to stack - Printable Version +- Idle Online Universe RPG (https://iourpg.com/forum) +-- Forum: General (https://iourpg.com/forum/forumdisplay.php?fid=5) +--- Forum: [old reports] (https://iourpg.com/forum/forumdisplay.php?fid=6) +--- Thread: Fixed - Daily Claim popup seems to stack (/showthread.php?tid=535) |
Fixed - Daily Claim popup seems to stack - Phayte - 05-02-2015 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; } Code: if (isNewday && isUnclaimed && !isPopupVisible) { render popup; isPopupVisible = true; } NB: Only got the reward once, so it's just visual. |