We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a5b12 commit 0d3130dCopy full SHA for 0d3130d
core/src/processing/opengl/PGraphicsOpenGL.java
@@ -1422,12 +1422,13 @@ public void beginDraw() {
1422
}
1423
1424
setViewport();
1425
+ checkSettings();
1426
if (primaryGraphics) {
1427
beginOnscreenDraw();
1428
} else {
1429
beginOffscreenDraw();
1430
- checkSettings();
1431
+
1432
1433
drawing = true;
1434
0 commit comments