Fix the default blend mode.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2019-12-27 13:51:57 -05:00
parent 6c662ade41
commit 76121ec152
+1 -1
View File
@@ -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;