mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-01 16:53:01 +05:00
Fix ColouredZoneName=0 ignoring text alpha
This commit is contained in:
parent
cdad030ae1
commit
1d3b0a20c1
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ CRGBA* CRGBA::BlendGangColour_Dynamic(uint8_t r, uint8_t g, uint8_t b, uint8_t a
|
||||||
{
|
{
|
||||||
return BlendGangColour(r, g, b, a);
|
return BlendGangColour(r, g, b, a);
|
||||||
}
|
}
|
||||||
*this = HudColour[3];
|
*this = CRGBA(HudColour[3], a);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue