From d9d9c6111b7dd7de65f178ca6375fe80a719ac86 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 12 Sep 2019 16:30:39 +0200 Subject: RENAMED: text_sprite_font > text_font_spritefont --- examples/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/Makefile') 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 \ -- cgit v1.2.3