Skip to content

Commit 4baa951

Browse files
takyanolimzykenneth
authored andcommitted
Update 15_Noise2D.js
Remove extra * in main comment
1 parent d9c8283 commit 4baa951

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/data/examples/en/08_Math/15_Noise2D.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @arialabel Two gradient, perlin noises, one on the left and one on the right
44
* @frame 710,400 (optional)
55
* @description Create a 2D noise with different parameters.
6-
*
76
*/
87

98
let noiseVal;
@@ -39,5 +38,5 @@ function draw() {
3938
textSize(18);
4039
fill(255, 255, 255);
4140
text('Noise2D with 2 octaves and 0.2 falloff', 10, 350);
42-
text('Noise2D with 1 octaves and 0.7 falloff', 330, 350);
41+
text('Noise2D with 5 octaves and 0.5 falloff', 330, 350);
4342
}

0 commit comments

Comments
 (0)