diff options
| author | Ray <[email protected]> | 2019-09-12 16:30:39 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-09-12 16:30:39 +0200 |
| commit | d9d9c6111b7dd7de65f178ca6375fe80a719ac86 (patch) | |
| tree | e7ba8b0e61810cd01d26f4c01d1f0543f6520214 /examples/Makefile | |
| parent | 8d6f179062a009d41d60ca5ab4ddd9af961efeec (diff) | |
| download | raylib-d9d9c6111b7dd7de65f178ca6375fe80a719ac86.tar.gz raylib-d9d9c6111b7dd7de65f178ca6375fe80a719ac86.zip | |
RENAMED: text_sprite_font > text_font_spritefont
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile index 26cb2328..278cdee3 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -385,9 +385,9 @@ EXAMPLES = \ shapes/shapes_draw_circle_sector \ shapes/shapes_draw_rectangle_rounded \ text/text_raylib_fonts \ - text/text_sprite_fonts \ - text/text_ttf_loading \ - text/text_bmfont_ttf \ + text/text_font_spritefont \ + text/text_font_loading \ + text/text_font_filters \ text/text_font_sdf \ text/text_format_text \ text/text_input_box \ |
