noLooping with redraw
in
Programming Questions
•
1 year ago
Shouldn't this effectively loop? Why doesn't it?
void setup( ){noLoop( );}
void draw( ){println( "redraw" );redraw( );}
1