Polishing the vntextbox off.
This commit is contained in:
@ -167,7 +167,6 @@ void fontTextClamp(font_t *font, fonttextinfo_t *info, char *text,
|
||||
|
||||
int32_t fontGetLineCharCount(fonttextinfo_t *info,int32_t start,int32_t count) {
|
||||
int32_t charCount, i, m;
|
||||
|
||||
m = mathMin(start+count, info->lineCount);
|
||||
|
||||
charCount = 0;
|
||||
|
Reference in New Issue
Block a user