summaryrefslogtreecommitdiffhomepage
path: root/examples/web/shaders/shaders_shapes_textures.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/shaders/shaders_shapes_textures.c')
-rw-r--r--examples/web/shaders/shaders_shapes_textures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/shaders/shaders_shapes_textures.c b/examples/web/shaders/shaders_shapes_textures.c
index 4e3475d..8295f30 100644
--- a/examples/web/shaders/shaders_shapes_textures.c
+++ b/examples/web/shaders/shaders_shapes_textures.c
@@ -108,7 +108,7 @@ void UpdateDrawFrame(void)
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