Minor tweaks

This commit is contained in:
Ray 2021-04-16 21:19:28 +02:00
parent 657b527bc6
commit 640fc4d0a0
2 changed files with 3 additions and 3 deletions

View file

@ -1611,7 +1611,7 @@ int GetCodepointsCount(const char *text)
// Total number of bytes processed are returned as a parameter
// NOTE: the standard says U+FFFD should be returned in case of errors
// but that character is not supported by the default font in raylib
// TODO: optimize this code for speed!!
// TODO: Optimize this code for speed!!
int GetNextCodepoint(const char *text, int *bytesProcessed)
{
/*