Skip to content

Commit 963df15

Browse files
authored
Merge pull request #728 from mvaladas/main
Fix for Issue #641
2 parents 924cb5e + 0d3130d commit 963df15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/processing/opengl/PGraphicsOpenGL.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,12 +1422,13 @@ public void beginDraw() {
14221422
}
14231423

14241424
setViewport();
1425+
checkSettings();
14251426
if (primaryGraphics) {
14261427
beginOnscreenDraw();
14271428
} else {
14281429
beginOffscreenDraw();
14291430
}
1430-
checkSettings();
1431+
14311432

14321433
drawing = true;
14331434

0 commit comments

Comments
 (0)