Watch
2
0
Fork
You've already forked raylib-cs
0

DrawRectangleRounded example fixed

This commit is contained in:
JupiterRider 2024-12-06 19:47:51 +01:00
commit 81b758dcc1

View file

@ -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