Removed PMetadata from opengl

This commit is contained in:
codeanticode
2011-02-08 05:47:55 +00:00
parent 27890e3942
commit 49d0c8d931

View File

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