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

@@ -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);
}