p3nGu1nZz commited on
Commit
18014be
1 Parent(s): 855be57
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -19,7 +19,7 @@
19
  const glyphWidth = 32;
20
  const glyphHeight = 40;
21
  const glyphsAcrossTexture = 16;
22
- function generateGlyphTextureAtlas() {
23
  const canvas = document.createElement('canvas');
24
  canvas.width = 512;
25
  canvas.height = 256;
 
19
  const glyphWidth = 32;
20
  const glyphHeight = 40;
21
  const glyphsAcrossTexture = 16;
22
+ function genreateGlyphTextureAtlas() {
23
  const canvas = document.createElement('canvas');
24
  canvas.width = 512;
25
  canvas.height = 256;