mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Fixed wrong number of lines displayed in the menu.
This commit is contained in:
parent
8901929305
commit
36189027b0
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ class OptionMenu : Menu
|
|||
|
||||
if (y <= 0)
|
||||
{
|
||||
y = DrawCaption(mDesc.mTitle, y, false);
|
||||
y = DrawCaption(mDesc.mTitle, -y, false);
|
||||
}
|
||||
y *= CleanYfac_1;
|
||||
int rowheight = OptionMenuSettings.mLinespacing * CleanYfac_1;
|
||||
|
|
Loading…
Reference in a new issue