◐ Shell
reader mode source ↗
Skip to content
Open
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
2 changes: 1 addition & 1 deletion core/src/processing/opengl/PGraphicsOpenGL.java
Original file line number Diff line number Diff line change
Expand Up @@ -6256,7 +6256,7 @@ protected void blendModeImpl() {
PGL.FUNC_ADD);
}
pgl.blendFuncSeparate(PGL.SRC_ALPHA, PGL.ONE_MINUS_SRC_ALPHA,
PGL.ONE, PGL.ONE);

} else if (blendMode == ADD) {
if (blendEqSupported) {
Expand Down
Toggle all file notes Toggle all file annotations