Open AjaxSelectButtonGames opened 3 months ago
For further context I also changed
static const char* _gltFontGlyphCharacters = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`*#=[]\"@'";
#define _gltFontGlyphCount 85 // Updated to reflect the new total character count```
For some reason when I go to use ' for words like I'm it does it double for example
I updated the glyph to include this
static const char *_gltFontGlyphCharacters = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`*#=[]'@*\"";
but it does it incorrectly ideas on how to solve this?