mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Fixes blend mode not being set correctly, fixing #5645.
This commit is contained in:
@@ -6177,7 +6177,7 @@ public class PGraphics extends PImage implements PConstants {
|
||||
ellipseMode(s.ellipseMode);
|
||||
shapeMode(s.shapeMode);
|
||||
|
||||
if (blendMode != 0) {
|
||||
if (blendMode != s.blendMode) {
|
||||
blendMode(s.blendMode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user