mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-04 09:21:06 +00:00
Adjust for taller thinstring
This commit is contained in:
parent
202ad11b43
commit
2cb96bf16c
1 changed files with 1 additions and 1 deletions
|
@ -2190,7 +2190,7 @@ void Y_VoteDrawer(void)
|
|||
V_DrawFill(BASEVIDWIDTH-101, y-1, 82, 52, 103|V_SNAPTORIGHT);
|
||||
}
|
||||
V_DrawSmallScaledPatch(BASEVIDWIDTH-100, y, V_SNAPTORIGHT, pic);
|
||||
V_DrawRightAlignedThinString(BASEVIDWIDTH-20, 42+y, V_SNAPTORIGHT, str);
|
||||
V_DrawRightAlignedThinString(BASEVIDWIDTH-20, 40+y, V_SNAPTORIGHT, str);
|
||||
y += 55;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue