mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- fixed bad scale setting for SBarInfo.
This commit is contained in:
parent
eef91463ab
commit
2883b113f3
1 changed files with 1 additions and 1 deletions
|
@ -1597,7 +1597,7 @@ void DSBarInfoWrapper::OnDestroy()
|
||||||
void DSBarInfoWrapper::SetScaled(bool scale, bool force)
|
void DSBarInfoWrapper::SetScaled(bool scale, bool force)
|
||||||
{
|
{
|
||||||
Super::SetScaled(scale, force);
|
Super::SetScaled(scale, force);
|
||||||
core->_SetScaled(scale);
|
core->_SetScaled(Scaled);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DSBarInfoWrapper::AttachToPlayer(player_t *player)
|
void DSBarInfoWrapper::AttachToPlayer(player_t *player)
|
||||||
|
|
Loading…
Reference in a new issue