diff --git a/core/src/processing/opengl/PGraphicsOpenGL.java b/core/src/processing/opengl/PGraphicsOpenGL.java index f67febe8f..6013dfe49 100644 --- a/core/src/processing/opengl/PGraphicsOpenGL.java +++ b/core/src/processing/opengl/PGraphicsOpenGL.java @@ -44,7 +44,7 @@ public class PGraphicsOpenGL extends PGraphics { protected WeakHashMap fontMap; // just to get things running properly, need to - protected PSurfaceJOGL surfaceJOGL; + static protected PSurfaceJOGL surfaceJOGL; // ........................................................