mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fix the default blend mode.
--HG-- branch : minor
This commit is contained in:
@@ -889,7 +889,7 @@ protected:
|
|||||||
Colorf color = Colorf(1.0, 1.0, 1.0, 1.0);
|
Colorf color = Colorf(1.0, 1.0, 1.0, 1.0);
|
||||||
Colorf backgroundColor = Colorf(0.0, 0.0, 0.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;
|
float lineWidth = 1.0f;
|
||||||
LineStyle lineStyle = LINE_SMOOTH;
|
LineStyle lineStyle = LINE_SMOOTH;
|
||||||
|
|||||||
Reference in New Issue
Block a user