diff options
Diffstat (limited to 'examples/web/shapes')
| -rw-r--r-- | examples/web/shapes/shapes_basic_shapes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/shapes/shapes_basic_shapes.c b/examples/web/shapes/shapes_basic_shapes.c index b4fe0f3..a5e907d 100644 --- a/examples/web/shapes/shapes_basic_shapes.c +++ b/examples/web/shapes/shapes_basic_shapes.c @@ -80,7 +80,7 @@ void UpdateDrawFrame(void) DrawCircleLines(screenWidth/4, 340, 80, DARKBLUE); DrawRectangle(screenWidth/4*2 - 60, 100, 120, 60, RED); - DrawRectangleGradient(screenWidth/4*2 - 90, 170, 180, 130, MAROON, GOLD); + DrawRectangleGradientH(screenWidth/4*2 - 90, 170, 180, 130, MAROON, GOLD); DrawRectangleLines(screenWidth/4*2 - 40, 320, 80, 60, ORANGE); DrawTriangle((Vector2){screenWidth/4*3, 80}, |
