- fixed bad scale setting for SBarInfo.

This commit is contained in:
Christoph Oelckers 2017-01-29 18:33:19 +01:00
parent eef91463ab
commit 2883b113f3
1 changed files with 1 additions and 1 deletions

View File

@ -1597,7 +1597,7 @@ void DSBarInfoWrapper::OnDestroy()
void DSBarInfoWrapper::SetScaled(bool scale, bool force)
{
Super::SetScaled(scale, force);
core->_SetScaled(scale);
core->_SetScaled(Scaled);
}
void DSBarInfoWrapper::AttachToPlayer(player_t *player)