Working on fixing grid movement.

This commit is contained in:
2021-09-11 17:23:31 -07:00
parent 78138937b2
commit a576d31d4a
7 changed files with 25 additions and 20 deletions

View File

@ -190,8 +190,6 @@ void fontTextClamp(font_t *font, fonttextinfo_t *info, char *text,
info->width = mathMax(info->width, quad->x1);
info->height = mathMax(info->height, quad->y1);
}
printf("Break");
}
int32_t fontGetLineCharCount(fonttextinfo_t *info,int32_t start,int32_t count) {