sojamo / controlp5

A gui library for processing.org
GNU Lesser General Public License v2.1
490 stars 142 forks source link

compiles with current processing #162

Open hchasens opened 4 years ago

hchasens commented 4 years ago

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.