controlp5/src
Hunter Chasens e2f6621644
compiles with current processing
Line 846, now 847 `_myApplet.setBounds( 0 , 0 , _myApplet.width , _myApplet.height );` would stop the class from compiling because `PApplet.setBounds(int, int, int, int)` is not a function in `PApplete.java`.
2020-02-09 22:45:44 -05:00
..
controlP5 compiles with current processing 2020-02-09 22:45:44 -05:00