Skip to content

Commit 6a65c70

Browse files
authored
Correct commented indexes for textTextures
1 parent 26e92bf commit 6a65c70

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

webgl/lessons/webgl-text-glyphs.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ the last sample to do that.
5454
+ "m", // 12,
5555
+ "n", // 13,
5656
+ "o", // 14,
57-
+ "p", // 14,
58-
+ "q", // 14,
59-
+ "r", // 14,
60-
+ "s", // 14,
61-
+ "t", // 14,
62-
+ "u", // 14,
63-
+ "v", // 14,
64-
+ "w", // 14,
65-
+ "x", // 14,
66-
+ "y", // 14,
67-
+ "z", // 14,
57+
+ "p", // 15,
58+
+ "q", // 16,
59+
+ "r", // 17,
60+
+ "s", // 18,
61+
+ "t", // 19,
62+
+ "u", // 20,
63+
+ "v", // 21,
64+
+ "w", // 22,
65+
+ "x", // 23,
66+
+ "y", // 24,
67+
+ "z", // 25,
6868
].map(function(name) {
6969
* var textCanvas = makeTextCanvas(name, 10, 26);
7070

0 commit comments

Comments
 (0)