TODO note

This commit is contained in:
codeanticode
2014-03-12 18:56:33 -04:00
parent 8f4021afc7
commit ec95cf257c

View File

@@ -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;
}