set fullscreen on sketch

This commit is contained in:
codeanticode
2015-06-07 17:28:17 -04:00
parent accfea9c8a
commit f797d2c3e5
+1 -1
View File
@@ -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) {