removed debug message

This commit is contained in:
codeanticode
2015-08-13 16:01:39 -04:00
parent 404110dd7f
commit d286b0918d

View File

@@ -569,8 +569,6 @@ public abstract class PGL {
if (needFBOLayer(clear0)) {
if (!fboLayerCreated) createFBOLayer();
// System.err.println("Using FBO layer");
bindFramebufferImpl(FRAMEBUFFER, glColorFbo.get(0));
framebufferTexture2D(FRAMEBUFFER, COLOR_ATTACHMENT0,
TEXTURE_2D, glColorTex.get(backTex), 0);
@@ -756,8 +754,6 @@ public abstract class PGL {
String ext = getString(EXTENSIONS);
float scale = pg.getPixelScale();
System.err.println("creating fbo layer");
if (-1 < ext.indexOf("texture_non_power_of_two")) {
fboWidth = (int)(scale * pg.width);
fboHeight = (int)(scale * pg.height);