mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-28 23:02:07 +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;
|
break;
|
||||||
default:
|
default:
|
||||||
str = GStrings.localize(label.GetChars());
|
str = GStrings.localize(label.GetChars());
|
||||||
|
RealignString();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue