Merge branch 'master' of github.com:processing/processing

This commit is contained in:
Ben Fry
2015-05-17 21:18:03 -04:00
@@ -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;
// ........................................................