Skip to content

Commit 3da938c

Browse files
committed
PShape API updates
1 parent e8cbace commit 3da938c

File tree

6 files changed

+860
-150
lines changed

6 files changed

+860
-150
lines changed

core/src/processing/core/PApplet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10939,7 +10939,7 @@ public PShape loadShape(String filename, String options) {
1093910939
/**
1094010940
* @webref shape
1094110941
* @see PShape
10942-
* @see PShape#end()
10942+
* @see PShape#endShape()
1094310943
* @see PApplet#loadShape(String)
1094410944
*/
1094510945
public PShape createShape() {

core/src/processing/core/PGraphics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ public PShape loadShape(String filename, String options) {
16221622
/**
16231623
* @webref shape
16241624
* @see PShape
1625-
* @see PShape#end()
1625+
* @see PShape#endShape()
16261626
* @see PApplet#loadShape(String)
16271627
*/
16281628
public PShape createShape() {

0 commit comments

Comments
 (0)