Skip to content

Commit 3421e27

Browse files
committed
remove smooth
1 parent 703a41f commit 3421e27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

content/examples/Topics/Vectors/VectorMath/VectorMath.pde

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
void setup() {
1010
size(640,360);
11-
smooth();
1211
}
1312

1413
void draw() {
@@ -34,5 +33,3 @@ void draw() {
3433
line(0,0,mouse.x,mouse.y);
3534

3635
}
37-
38-

0 commit comments

Comments
 (0)