mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
make surfaceJOGL static to take care of
https://github.com/processing/processing/issues/3292
This commit is contained in:
@@ -44,7 +44,7 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
protected WeakHashMap<PFont, FontTexture> fontMap;
|
||||
|
||||
// just to get things running properly, need to
|
||||
protected PSurfaceJOGL surfaceJOGL;
|
||||
static protected PSurfaceJOGL surfaceJOGL;
|
||||
|
||||
// ........................................................
|
||||
|
||||
|
||||
Reference in New Issue
Block a user