mirror of
https://github.com/processing/processing4.git
synced 2026-02-09 08:39:33 +01:00
Commented out GL debugging messages
This commit is contained in:
@@ -153,7 +153,7 @@ public class Texture implements PConstants {
|
||||
@Override
|
||||
protected void finalize() throws Throwable {
|
||||
try {
|
||||
PApplet.println("finalize texture");
|
||||
// PApplet.println("finalize texture");
|
||||
if (glName != 0) {
|
||||
PGraphicsOpenGL.finalizeTextureObject(glName, context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user