mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 02:41:08 +01:00
Removed PMetadata from opengl
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user