From ec95cf257cd1c6de029642aa7dc24fc9232e2a9c Mon Sep 17 00:00:00 2001 From: codeanticode Date: Wed, 12 Mar 2014 18:56:33 -0400 Subject: [PATCH] TODO note --- core/src/processing/opengl/PGL.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/processing/opengl/PGL.java b/core/src/processing/opengl/PGL.java index d00798c6a..806ef8fc0 100644 --- a/core/src/processing/opengl/PGL.java +++ b/core/src/processing/opengl/PGL.java @@ -627,6 +627,8 @@ public abstract class PGL { private boolean needFBOLayer(boolean clear0) { + // TODO: need to revise this, on windows we might not want to use FBO layer + // even with anti-aliasing enabled... return !clear0 || fboLayerRequested || 1 < numSamples; }