mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
This commit is contained in:
@@ -14,7 +14,6 @@ void setup() {
|
||||
size(640, 360);
|
||||
background(176);
|
||||
noStroke();
|
||||
smooth();
|
||||
int wideCount = width / unit;
|
||||
int highCount = height / unit;
|
||||
count = wideCount * highCount;
|
||||
|
||||
Reference in New Issue
Block a user