Skip to content

Commit 0427c34

Browse files
committed
Updated related references for frameCount and frameRate, per processing/processing-docs#29
1 parent 1f7c59d commit 0427c34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/processing/core/PApplet.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ static public class RendererChangeException extends RuntimeException { }
769769
* ( end auto-generated )
770770
* @webref environment
771771
* @see PApplet#frameRate(float)
772+
* @see PApplet#frameCount
772773
*/
773774
public float frameRate = 10;
774775
/** Last time in nanoseconds that frameRate was checked */
@@ -793,6 +794,7 @@ static public class RendererChangeException extends RuntimeException { }
793794
* ( end auto-generated )
794795
* @webref environment
795796
* @see PApplet#frameRate(float)
797+
* @see PApplet#frameRate
796798
*/
797799
public int frameCount;
798800

0 commit comments

Comments
 (0)