oulaoups / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

Font size printed incessantly to console #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Run the ControlP5controlFont.pde example with version 0.7.3  and take a look at 
the log console. The font sizes are printed to the console once per frame.

Looks like this is lingering at line 503 of ControlFont.java:
System.out.println(size);

http://code.google.com/p/controlp5/source/browse/trunk/src/controlP5/ControlFont
.java?spec=svn61&r=61#503

Original issue reported on code.google.com by erm...@gmail.com on 23 May 2012 at 6:26

GoogleCodeExporter commented 9 years ago
fixed with 0.7.4, thanks.

Original comment by soj...@gmail.com on 28 May 2012 at 8:56