Reapplied blendMode

This commit is contained in:
Akarshit Wal
2016-02-29 21:34:17 +05:30
parent b3da867769
commit a38b4e89fb

View File

@@ -337,7 +337,10 @@ public class PGraphicsJava2D extends PGraphics {
if (fontObject != null) {
g2.setFont(fontObject);
}
// https://github.com/processing/processing/issues/4019
if (blendMode != 0) {
blendMode(blendMode);
}
handleSmooth();
/*