Merge pull request #4304 from GABBAR1947/master

missing parameter in fullScreen() documentation #385
This commit is contained in:
Casey Reas
2016-02-22 06:34:04 -08:00

View File

@@ -1870,8 +1870,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) ||