mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-29 07:22:07 +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)
|
||||
{
|
||||
Super::SetScaled(scale, force);
|
||||
core->_SetScaled(scale);
|
||||
core->_SetScaled(Scaled);
|
||||
}
|
||||
|
||||
void DSBarInfoWrapper::AttachToPlayer(player_t *player)
|
||||
|
|
Loading…
Reference in a new issue