From 49d0c8d931998474cb41615ad76b9db9babd5509 Mon Sep 17 00:00:00 2001 From: codeanticode Date: Tue, 8 Feb 2011 05:47:55 +0000 Subject: [PATCH] Removed PMetadata from opengl --- .../libraries/opengl/src/processing/opengl/PGraphicsOpenGL.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/libraries/opengl/src/processing/opengl/PGraphicsOpenGL.java b/java/libraries/opengl/src/processing/opengl/PGraphicsOpenGL.java index bc7816e74..1444ace02 100644 --- a/java/libraries/opengl/src/processing/opengl/PGraphicsOpenGL.java +++ b/java/libraries/opengl/src/processing/opengl/PGraphicsOpenGL.java @@ -839,7 +839,7 @@ public class PGraphicsOpenGL extends PGraphics3D { } - protected class ImageCache extends PMetadata { + protected class ImageCache { int tindex = -1; // not yet ready int tpixels[]; IntBuffer tbuffer;