From 81b758dcc1884323c9ab3313e06e5cad9ab35528 Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:47:51 +0100 Subject: [PATCH] DrawRectangleRounded example fixed --- Examples/Shapes/DrawRectangleRounded.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Shapes/DrawRectangleRounded.cs b/Examples/Shapes/DrawRectangleRounded.cs index b46f926..5190358 100644 --- a/Examples/Shapes/DrawRectangleRounded.cs +++ b/Examples/Shapes/DrawRectangleRounded.cs @@ -70,7 +70,7 @@ public class DrawRectangleRounded } if (drawRoundedLines) { - DrawRectangleRoundedLines(rec, roundness, segments, (float)lineThick, ColorAlpha(Color.Maroon, 0.4f)); + DrawRectangleRoundedLinesEx(rec, roundness, segments, (float)lineThick, ColorAlpha(Color.Maroon, 0.4f)); } // Draw GUI controls