Update shapes_draw_ring.c
This commit is contained in:
parent
4492e64cb5
commit
24e6bf0565
1 changed files with 1 additions and 2 deletions
|
@ -38,7 +38,6 @@ int main(void)
|
||||||
float startAngle = 0.0f;
|
float startAngle = 0.0f;
|
||||||
float endAngle = 360.0f;
|
float endAngle = 360.0f;
|
||||||
int segments = 0;
|
int segments = 0;
|
||||||
int minSegments = 4;
|
|
||||||
|
|
||||||
bool drawRing = true;
|
bool drawRing = true;
|
||||||
bool drawRingLines = false;
|
bool drawRingLines = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue