We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e325009 commit 67ec607Copy full SHA for 67ec607
1 file changed
py5_jar/src/main/java/py5/core/Sketch.java
@@ -126,6 +126,7 @@ public void _resetSyncSketch() {
126
if (savedStyle != null) {
127
style(savedStyle);
128
}
129
+ frameRate(60);
130
131
// reset shaders
132
if (g instanceof PGraphicsOpenGL) {
0 commit comments