diff --git a/src/modules/graphics/Graphics.h b/src/modules/graphics/Graphics.h index 6754f0172..8bb0e19f7 100644 --- a/src/modules/graphics/Graphics.h +++ b/src/modules/graphics/Graphics.h @@ -889,7 +889,7 @@ protected: Colorf color = Colorf(1.0, 1.0, 1.0, 1.0); Colorf backgroundColor = Colorf(0.0, 0.0, 0.0, 1.0); - BlendState blend; + BlendState blend = computeBlendState(BLEND_ALPHA, BLENDALPHA_MULTIPLY); float lineWidth = 1.0f; LineStyle lineStyle = LINE_SMOOTH;