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 12336a4 commit feca93cCopy full SHA for feca93c
core/src/processing/opengl/PJOGL.java
@@ -834,7 +834,7 @@ public void display(GLAutoDrawable glDrawable) {
834
if (frontFBO == null) {
835
// init
836
frontFBO = new FBObject();
837
- frontFBO.reset(gl, pg.width, pg.height);
+ frontFBO.reset(gl, pg.width, pg.height, numSamples);
838
frontFBO.attachTexture2D(gl, 0, true);
839
sinkFBO = backFBO.getSamplingSinkFBO();
840
changedFrontTex = changedBackTex = true;
0 commit comments