fix for display scoreboard icons

This commit is contained in:
Bacsu 2020-03-22 16:36:00 +01:00
parent 241935cbc3
commit 7989dadc13
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -1217,7 +1217,7 @@ void ScorePanel::FillGrid()
if(pIcon)
m_CustomIconList.push_back( make_pair(pIcon, theCustomIcon) );
}
/* //@2014 to do
//@2014 to do
if(pIcon)
{
pLabel->setImage(pIcon);
@ -1234,7 +1234,7 @@ void ScorePanel::FillGrid()
pIcon->setColor(BuildColor(theRed, theGreen, theBlue, gHUD.GetGammaSlope()));
}*/
}
}
}
/* @2014