Fix inconsistency in the achievement dialog
This commit is contained in:
parent
ed1ba448a8
commit
fb38f1f389
@ -85,6 +85,9 @@ void AchievementProgressDialog::recursiveFillTable(AchievementInfo::goalTree &pr
|
||||
target = m_achievement->computeGoalProgress(reference, reference, true);
|
||||
}
|
||||
|
||||
if (m_achievement->isAchieved() || goal > target)
|
||||
goal = target;
|
||||
|
||||
std::vector<ListWidget::ListCell> row;
|
||||
for (int i=0;i<m_depth;i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user