mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-28 16:31:15 +00:00
Merge branch 'hud-bullshucks' into 'master'
v_draw.cpp Chain::fill: Ensure flags are passed to V_DrawFill See merge request KartKrew/Kart!1717
This commit is contained in:
commit
87c3a009c5
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ void Chain::fill(UINT8 color) const
|
|||
{
|
||||
const auto _ = Clipper(*this);
|
||||
|
||||
V_DrawFill(x_, y_, width_, height_, color);
|
||||
V_DrawFill(x_, y_, width_, height_, color|(flags_ & ~0xFF));
|
||||
}
|
||||
|
||||
void Chain::string(const char* str, INT32 flags, Font font) const
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue