GFXbitmapFont correction

This commit is contained in:
vince damiani
2016-11-05 09:40:22 +01:00
parent 26b8a5c628
commit 94f4166995
+1 -2
View File
@@ -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";