Corrected issues on examples
This commit is contained in:
parent
ea5f4eabf8
commit
9446746001
3 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ int main()
|
|||
DrawText("USING CUSTOM SHADER", 190, 40, 10, RED);
|
||||
|
||||
DrawRectangle(250 - 60, 90, 120, 60, RED);
|
||||
DrawRectangleGradient(250 - 90, 170, 180, 130, MAROON, GOLD);
|
||||
DrawRectangleGradientH(250 - 90, 170, 180, 130, MAROON, GOLD);
|
||||
DrawRectangleLines(250 - 40, 320, 80, 60, ORANGE);
|
||||
|
||||
// Activate our default shader for next drawings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue