Skip to content

Commit 6aa55cd

Browse files
committed
added required boolean arg
1 parent 05818f3 commit 6aa55cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/opengl/PGraphicsOpenGL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5330,7 +5330,7 @@ protected void backgroundImpl(PImage image) {
53305330
protected void backgroundImpl() {
53315331
flush();
53325332
pgl.clearBackground(backgroundR, backgroundG, backgroundB, backgroundA,
5333-
!hints[DISABLE_DEPTH_MASK]);
5333+
!hints[DISABLE_DEPTH_MASK], true);
53345334
loaded = false;
53355335
}
53365336

0 commit comments

Comments
 (0)