We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b60b8 commit ee6555fCopy full SHA for ee6555f
1 file changed
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