mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
Commented out GL debugging messages
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user