mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 05:21:16 +00:00
- fixed alignment issue in SBARINFO's DrawString command
This commit is contained in:
parent
f671018700
commit
519dd16c9a
1 changed files with 1 additions and 0 deletions
|
@ -924,6 +924,7 @@ class CommandDrawString : public SBarInfoCommand
|
|||
break;
|
||||
default:
|
||||
str = GStrings.localize(label.GetChars());
|
||||
RealignString();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue