mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +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 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;
|
||||
|
||||
Reference in New Issue
Block a user