mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Merge branch '169-string-offset' into 'master'
Fix text alignment in 16:9 (closes #77) Closes #77 See merge request KartKrew/Kart!286
This commit is contained in:
commit
929dddfa75
1 changed files with 0 additions and 1 deletions
|
|
@ -1909,7 +1909,6 @@ void V_DrawStringScaled(
|
||||||
if (!( flags & V_SNAPTOLEFT ))
|
if (!( flags & V_SNAPTOLEFT ))
|
||||||
{
|
{
|
||||||
left = ( right - BASEVIDWIDTH )/ 2;/* left edge of drawable area */
|
left = ( right - BASEVIDWIDTH )/ 2;/* left edge of drawable area */
|
||||||
x = ( left << FRACBITS )+ x;
|
|
||||||
right -= left;
|
right -= left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue