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.
2 parents e325009 + 67ec607 commit 1274777Copy full SHA for 1274777
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