Fix ColouredZoneName=0 ignoring text alpha

This commit is contained in:
Silent 2018-06-13 20:49:40 +02:00
parent cdad030ae1
commit 1d3b0a20c1
No known key found for this signature in database
GPG key ID: AE53149BB0C45AF1

View file

@ -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);
}
*this = HudColour[3];
*this = CRGBA(HudColour[3], a);
return this;
}