From 9569d6a802a2230c92503456d544a5470a59d5cf Mon Sep 17 00:00:00 2001 From: chriscamacho Date: Thu, 25 Mar 2021 13:22:10 +0000 Subject: Add DrawTexturedPoly and example (#1677) * adds DrawTexturedPoly with example * the actual example ... ahem * moved DrawTexturePoly to textures function and example NB function name changed to fit with other DrawTextureXXX functions (no "d" ) Co-authored-by: codifies --- examples/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index ac42ea98..c8fc3fb2 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -437,7 +437,8 @@ TEXTURES = \ textures/textures_sprite_explosion \ textures/textures_bunnymark \ textures/textures_blend_modes \ - textures/textures_draw_tiled + textures/textures_draw_tiled \ + textures/textures_poly TEXT = \ text/text_raylib_fonts \ -- cgit v1.2.3