diff options
| author | raysan5 <raysan5@gmail.com> | 2016-02-12 12:22:56 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-02-12 12:22:56 +0100 |
| commit | 823abf666e09e96ccbf5230c96f2d3a61ff60895 (patch) | |
| tree | 2fc8e05491b466b1dd6855ef63038f691dfe7ed5 /src/text.c | |
| parent | 685273675bc9247e215c213939c017e506296a70 (diff) | |
| download | raylib-823abf666e09e96ccbf5230c96f2d3a61ff60895.tar.gz raylib-823abf666e09e96ccbf5230c96f2d3a61ff60895.zip | |
Reviewed code TODOs
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -346,7 +346,7 @@ void DrawTextEx(SpriteFont spriteFont, const char *text, Vector2 position, int f for(int i = 0; i < length; i++) { - // TODO: Right now we are supposing characters follow a continous order and start at FONT_FIRST_CHAR, + // TODO: Right now we are supposing characters that follow a continous order and start at FONT_FIRST_CHAR, // this sytem can be improved to support any characters order and init value... // An intermediate table could be created to link char values with predefined char position index in chars rectangle array |
