mirror of
https://github.com/processing/processing4.git
synced 2026-04-20 19:24:26 +02:00
i love removing smooth()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user