summaryrefslogtreecommitdiffhomepage
path: root/examples/textures/textures_rectangle.c
AgeCommit message (Collapse)Author
2022-07-07RENAMED: example: textures_rectangle -> textures_sprite_animRay
2022-06-21Added new comment to examplesRay
2021-02-20[Examples] Fix typecast warnings in examples. (#1601)Jeffery Myers
* Fixing typecast warnings generated by visual studio 2019 in examples. * Changes to fixes based on feedback Co-authored-by: Jeffery Myers <[email protected]>
2020-08-16RENAMED: FormatText() -> TextFormat()raysan5
This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText()
2019-05-20Review ALL examplesRay
2018-05-28Corrected issue with floats on TCCRay
It seems TCC was not casting correctly int values to float in some specific situations
2017-04-07Redesigned textures_rectangle exampleRay
2017-04-04Reorganize examples folderRay