From 7447deed40f1deabee659155a30b2d6aa454dafd Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 20 Oct 2017 14:09:09 +0200 Subject: Updated examples for web --- examples/web/shapes/shapes_basic_shapes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/web/shapes') 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}, -- cgit v1.2.3