damn, meant to make these public

This commit is contained in:
Ben Fry
2022-02-15 10:30:47 -05:00
parent f109ecb45f
commit f22569144e

View File

@@ -309,8 +309,8 @@ public class PApplet implements PConstants {
/**
* Version of width/height to use with windowRatio().
*/
private int rwidth;
private int rheight;
public int rwidth;
public int rheight;
/** Offset from left when windowRatio is in use. */
public float ratioLeft;