mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 15:13:11 +00:00
Corrected bug on TextJoin()
This commit is contained in:
parent
aff47d1564
commit
c43e889e39
@ -1312,7 +1312,7 @@ const char *TextJoin(const char **textList, int count, const char *delimiter)
|
||||
{
|
||||
memcpy(textPtr, delimiter, delimiterLen);
|
||||
totalLength += delimiterLen;
|
||||
textPtr += textLength;
|
||||
textPtr += delimiterLen;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user