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.
2 parents 924cb5e + 0d3130d commit 963df15Copy full SHA for 963df15
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