DrawRectangleRounded example fixed
This commit is contained in:
parent
f57f4002e8
commit
81b758dcc1
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public class DrawRectangleRounded
|
||||||
}
|
}
|
||||||
if (drawRoundedLines)
|
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
|
// Draw GUI controls
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue