mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
removed debug message
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user