diff --git a/SilentPatchSA/SilentPatchSA.cpp b/SilentPatchSA/SilentPatchSA.cpp index 72f14d7..169f3ff 100644 --- a/SilentPatchSA/SilentPatchSA.cpp +++ b/SilentPatchSA/SilentPatchSA.cpp @@ -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; }