mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
Added fps
This commit is contained in:
@@ -50,6 +50,6 @@ public class Resolution {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return width + "x" + height + ", " + PApplet.nfc(fps, 2) + " (" + fpsString +")";
|
||||
return width + "x" + height + ", " + PApplet.nfc(fps, 2) + "fps (" + fpsString +")";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user