More urgent TODOs. Groan...
This commit is contained in:
parent
9e8c522010
commit
6fe77e12f9
|
@ -153,6 +153,7 @@ static void drawArc(uiDrawPath *p, struct arc *a, void (*startFunction)(uiDrawPa
|
||||||
|
|
||||||
// as above, we can't do a full circle with one arc
|
// as above, we can't do a full circle with one arc
|
||||||
// simulate it with two half-circles
|
// simulate it with two half-circles
|
||||||
|
// TODO THIS ONLY WORKS ON THE ARCS TEST PAGE
|
||||||
if (a->sweep >= (2 * M_PI)) {
|
if (a->sweep >= (2 * M_PI)) {
|
||||||
a->sweep = M_PI;
|
a->sweep = M_PI;
|
||||||
drawArc(p, a, startFunction);
|
drawArc(p, a, startFunction);
|
||||||
|
|
Loading…
Reference in New Issue