mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
88c8e0c071
Removed the 'premultiplied' blend mode, since setBlendMode("alpha", false) accomplishes the same thing now.
The 'multiply' blend mode is unaffected by the new flag, since fixed-function hardware blending can't do the equivalent of setBlendMode("multiply", true).