mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
damn, meant to make these public
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user