This commit is contained in:
Scott Murray
2015-12-08 10:59:44 -08:00
parent 09ee576af5
commit 1cc40d6ecb

View File

@@ -4685,7 +4685,7 @@ public class PGraphics extends PImage implements PConstants {
* ignored.
*
* @param x1 by default, the x-coordinate of text, see rectMode() for more info
* @param y1 by default, the x-coordinate of text, see rectMode() for more info
* @param y1 by default, the y-coordinate of text, see rectMode() for more info
* @param x2 by default, the width of the text box, see rectMode() for more info
* @param y2 by default, the height of the text box, see rectMode() for more info
*/