Skip to content

Commit

Permalink
Correct commented indexes for textTextures
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahiche authored and greggman committed Feb 18, 2024
1 parent 26e92bf commit 15c05eb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions webgl/lessons/webgl-text-glyphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ the last sample to do that.
+ "m", // 12,
+ "n", // 13,
+ "o", // 14,
+ "p", // 14,
+ "q", // 14,
+ "r", // 14,
+ "s", // 14,
+ "t", // 14,
+ "u", // 14,
+ "v", // 14,
+ "w", // 14,
+ "x", // 14,
+ "y", // 14,
+ "z", // 14,
+ "p", // 15,
+ "q", // 16,
+ "r", // 17,
+ "s", // 18,
+ "t", // 19,
+ "u", // 20,
+ "v", // 21,
+ "w", // 22,
+ "x", // 23,
+ "y", // 24,
+ "z", // 25,
].map(function(name) {
* var textCanvas = makeTextCanvas(name, 10, 26);

Expand Down

0 comments on commit 15c05eb

Please sign in to comment.