Commented out GL debugging messages

This commit is contained in:
codeanticode
2013-05-04 12:24:41 -04:00
parent 84ff67e40e
commit 8a514e355d
3 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ public class FrameBuffer implements PConstants {
@Override
protected void finalize() throws Throwable {
try {
PApplet.println("finalize FBO");
// PApplet.println("finalize FBO");
if (!screenFb) {
if (glFbo != 0) {
PGraphicsOpenGL.finalizeFrameBufferObject(glFbo, context);