Skip to content

Commit ee6555f

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)