Minor bug fixing, added blinds round

This commit is contained in:
2021-07-29 08:00:26 -07:00
parent ddf4bcdeaf
commit 6a666b64ca
9 changed files with 69 additions and 9 deletions

View File

@ -84,6 +84,9 @@ void fontTextClamp(font_t *font, fonttextinfo_t *info, char *text,
// Prepare the line counters
info->lines[0].start = 0;
info->lines[0].length = 0;
// Reset Dimensions
info->width = 0, info->height = 0;
// Setup the initial loop state, and X/Y coords for the quad.
i = 0;