mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Ring is 1 pixel off for P2/P4
This commit is contained in:
parent
933ca5c3a4
commit
791103d34e
1 changed files with 1 additions and 1 deletions
|
|
@ -8452,7 +8452,7 @@ static void K_drawKartLapsAndRings(void)
|
||||||
{
|
{
|
||||||
V_DrawScaledPatch(fx-2 + (flipflag ? (SHORT(kp_ringstickersplit[1]->width) - 3) : 0), fy-10, V_HUDTRANS|splitflags|flipflag, kp_ringstickersplit[1]);
|
V_DrawScaledPatch(fx-2 + (flipflag ? (SHORT(kp_ringstickersplit[1]->width) - 3) : 0), fy-10, V_HUDTRANS|splitflags|flipflag, kp_ringstickersplit[1]);
|
||||||
if (flipflag)
|
if (flipflag)
|
||||||
fr += 16;
|
fr += 15;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
V_DrawScaledPatch(fx-2 + (flipflag ? (SHORT(kp_ringstickersplit[0]->width) - 3) : 0), fy-10, V_HUDTRANS|splitflags|flipflag, kp_ringstickersplit[0]);
|
V_DrawScaledPatch(fx-2 + (flipflag ? (SHORT(kp_ringstickersplit[0]->width) - 3) : 0), fy-10, V_HUDTRANS|splitflags|flipflag, kp_ringstickersplit[0]);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue