From 94f4166995caee8bfa7d1ee25f21bc51f6280afc Mon Sep 17 00:00:00 2001 From: vince damiani Date: Sat, 5 Nov 2016 09:40:22 +0100 Subject: [PATCH] GFXbitmapFont correction --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 2e606d2..c4ee8b4 100644 --- a/index.html +++ b/index.html @@ -846,9 +846,8 @@ image.glyph : String.fromCharCode(firstAschiiChar++)) + "'" + " }" - + " // '" + image.glyph + "'" if(image != images.last()) code += ","; - code += "\n"; + code += " // '" + image.glyph + "'\n"; offset += image.canvas.width; }); code += "};\n";