mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Fix for Issue #641
This commit is contained in:
@@ -1422,12 +1422,13 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
}
|
||||
|
||||
setViewport();
|
||||
checkSettings();
|
||||
if (primaryGraphics) {
|
||||
beginOnscreenDraw();
|
||||
} else {
|
||||
beginOffscreenDraw();
|
||||
}
|
||||
checkSettings();
|
||||
|
||||
|
||||
drawing = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user