diff options
| author | Ray <[email protected]> | 2021-04-16 21:19:28 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-04-16 21:19:28 +0200 |
| commit | 640fc4d0a08b637732f8ca8df3715ba40f831c61 (patch) | |
| tree | ea5c9e94b0d6606a9b0df837388340d3d0f2ef93 /src/text.c | |
| parent | 657b527bc676256a627c9fb28d3b298a360e171b (diff) | |
| download | raylib-640fc4d0a08b637732f8ca8df3715ba40f831c61.tar.gz raylib-640fc4d0a08b637732f8ca8df3715ba40f831c61.zip | |
Minor tweaks
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { /* |
