From fd677db030d805a30eb89ca30205f6ca71e4d57f Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 14 Aug 2015 20:42:24 -0400 Subject: [PATCH] turn off attempted fixes --- core/src/processing/opengl/PGL.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/opengl/PGL.java b/core/src/processing/opengl/PGL.java index ba3b65f60..0a5bd199f 100644 --- a/core/src/processing/opengl/PGL.java +++ b/core/src/processing/opengl/PGL.java @@ -696,7 +696,7 @@ public abstract class PGL { frontTex = backTex; backTex = temp; } else if (!clear && pg.parent.frameCount == 1) { - requestFBOLayer(); + //requestFBOLayer(); } }