mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
implemented a few more PSurface methods
This commit is contained in:
@@ -630,7 +630,9 @@ 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;
|
||||
boolean res = !clear0 || fboLayerRequested || 1 < numSamples;
|
||||
// System.err.println(res + " " + clear0 + " " + fboLayerRequested + " " + numSamples);
|
||||
// return res;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user