diff --git a/core/src/processing/opengl/PSurfaceJOGL.java b/core/src/processing/opengl/PSurfaceJOGL.java index 1d99f2f36..7cc239c8c 100644 --- a/core/src/processing/opengl/PSurfaceJOGL.java +++ b/core/src/processing/opengl/PSurfaceJOGL.java @@ -250,7 +250,7 @@ public class PSurfaceJOGL implements PSurface { if (screenRect.width == sketchWidth && screenRect.height == sketchHeight) { fullScreen = true; -// sketch.fullScreen = true; // hmm + sketch.fullScreen(); } if (fullScreen || spanDisplays) {