There was an error while loading. Please reload this page.
1 parent 1f7c59d commit 0427c34Copy full SHA for 0427c34
core/src/processing/core/PApplet.java
@@ -769,6 +769,7 @@ static public class RendererChangeException extends RuntimeException { }
769
* ( end auto-generated )
770
* @webref environment
771
* @see PApplet#frameRate(float)
772
+ * @see PApplet#frameCount
773
*/
774
public float frameRate = 10;
775
/** Last time in nanoseconds that frameRate was checked */
@@ -793,6 +794,7 @@ static public class RendererChangeException extends RuntimeException { }
793
794
795
796
797
+ * @see PApplet#frameRate
798
799
public int frameCount;
800
0 commit comments