diff options
| author | chriscamacho <[email protected]> | 2021-03-25 13:22:10 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-25 14:22:10 +0100 |
| commit | 9569d6a802a2230c92503456d544a5470a59d5cf (patch) | |
| tree | 2ab9ac314c03b689b9dd8dced8c14d3569119afb /examples/Makefile | |
| parent | dd5935048539486b0672d8cf112f3df806352dea (diff) | |
| download | raylib-9569d6a802a2230c92503456d544a5470a59d5cf.tar.gz raylib-9569d6a802a2230c92503456d544a5470a59d5cf.zip | |
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 <[email protected]>
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |
