Skip to content

Commit e301a27

Browse files
committed
added missing arg
1 parent d190466 commit e301a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/opengl/PGraphicsOpenGL.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5323,7 +5323,7 @@ protected void backgroundImpl(PImage image) {
53235323
protected void backgroundImpl() {
53245324
flush();
53255325
pgl.clearBackground(backgroundR, backgroundG, backgroundB, backgroundA,
5326-
!hints[DISABLE_DEPTH_MASK]);
5326+
!hints[DISABLE_DEPTH_MASK], true);
53275327
loaded = false;
53285328
}
53295329

0 commit comments

Comments
 (0)