i love removing smooth()

This commit is contained in:
Daniel Shiffman
2013-03-06 23:07:34 -05:00
parent 6b5521af3c
commit 3dcfe72364

View File

@@ -20,7 +20,6 @@ Liquid liquid;
void setup() {
size(640, 360);
smooth();
reset();
// Create liquid object
liquid = new Liquid(0, height/2, width, height/2, 0.1);