Skip to content

Commit 042b435

Browse files
authored
fix order of perlin noise videos
1 parent 07a0e67 commit 042b435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tracks/side-tracks/noise/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"title": "Noise",
33
"description": "This track contains my tutorials on perlin and simplex noise.",
44
"videos": [
5-
"noc/perlin/graphing-1d-perlin-noise",
65
"noc/perlin/intro-to-perlin-noise",
6+
"noc/perlin/graphing-1d-perlin-noise",
77
"noc/perlin/noise-vs-random",
88
"noc/perlin/perlin-noise-2d",
99
"noc/perlin/perlin-noise-detail",

0 commit comments

Comments
 (0)