make surfaceJOGL static to take care of

https://github.com/processing/processing/issues/3292
This commit is contained in:
codeanticode
2015-05-17 21:08:10 -04:00
parent a7a2337ff9
commit 1f7e61d601
@@ -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;
// ........................................................