Merge pull request #1640 from anniekao/patch-3
Update tutorial code block
This commit is contained in:
commit
5fadd64ccc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ do {
|
||||||
.move(points.right)
|
.move(points.right)
|
||||||
.curve(points.rightCp1, points.bottomCp2, points.bottom)
|
.curve(points.rightCp1, points.bottomCp2, points.bottom)
|
||||||
|
|
||||||
delta = paths.neck.length() - target
|
delta = paths.quarterNeck.length() - target
|
||||||
if (delta > 0) tweak = tweak * 0.99
|
if (delta > 0) tweak = tweak * 0.99
|
||||||
else tweak = tweak * 1.02
|
else tweak = tweak * 1.02
|
||||||
} while (Math.abs(delta) > 1)
|
} while (Math.abs(delta) > 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue