mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-21 04:51:45 +00:00
Fix the chat underlay being physically seperated from the chat text in non-green resolutions.
This commit is contained in:
parent
4b1cef0f20
commit
54cd540e5b
1 changed files with 2 additions and 1 deletions
|
|
@ -997,7 +997,8 @@ void V_DrawFillConsoleMap(INT32 x, INT32 y, INT32 w, INT32 h, INT32 c)
|
|||
w *= dupx;
|
||||
h *= dupy;
|
||||
|
||||
// adjustxy
|
||||
// Center it if necessary
|
||||
K_AdjustXYWithSnap(&x, &y, c, dupx, dupy);
|
||||
}
|
||||
|
||||
if (x >= vid.width || y >= vid.height)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue