diff options
| author | Ray <raysan5@gmail.com> | 2019-10-22 23:15:26 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-10-22 23:15:26 +0200 |
| commit | 06910eedfd5b1bb1b7e5c925fbf251b628418893 (patch) | |
| tree | a7c19cd12d282fc365305a2520eb5a72d980671b | |
| parent | ca92f43c27d202a0c3ac3a90e76e891639c4b6d3 (diff) | |
| download | raylib-06910eedfd5b1bb1b7e5c925fbf251b628418893.tar.gz raylib-06910eedfd5b1bb1b7e5c925fbf251b628418893.zip | |
Minor comment tweak
| -rw-r--r-- | src/text.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -21,7 +21,8 @@ * * * DEPENDENCIES: -* stb_truetype - Load TTF file and rasterize characters data +* stb_truetype - Load TTF file and rasterize characters data +* stb_rect_pack - Rectangles packing algorythms, required for font atlas generation * * * LICENSE: zlib/libpng @@ -49,7 +50,7 @@ // Check if config flags have been externally provided on compilation line #if !defined(EXTERNAL_CONFIG_FLAGS) - #include "config.h" // Defines module configuration flags + #include "config.h" // Defines module configuration flags #endif #include <stdlib.h> // Required for: malloc(), free() |
