missing parameter in fullScreen() documentation #385

This commit is contained in:
GABBAR1947
2016-02-17 10:26:34 +05:30
parent d519490186
commit b63837c3e3
+2 -1
View File
@@ -1867,8 +1867,9 @@ public class PApplet implements PConstants {
/**
* @param display the screen to run the sketch on (1, 2, 3, etc.)
* @param display the screen to run the sketch on (1, 2, 3, etc. or on multiple screens using SPAN)
*/
public void fullScreen(String renderer, int display) {
if (!fullScreen ||
!renderer.equals(this.renderer) ||