kritma

Results 1 issues of kritma

```cpp if (count < 3 || count > b2_maxPolygonVertices) { // check your data return hull; } count = b2Min(count, b2_maxPolygonVertices); //this line is unnecessary ```