(float thickness, FSkinColor skinColor, float x, float y, float radius)
| 593 | } |
| 594 | |
| 595 | public void drawCircle(float thickness, FSkinColor skinColor, float x, float y, float radius) { |
| 596 | drawCircle(thickness, skinColor.getColor(), x, y, radius); |
| 597 | } |
| 598 | |
| 599 | public void drawCircle(float thickness, Color color, float x, float y, float radius) { |
| 600 | batch.end(); //must pause batch while rendering shapes |
no test coverage detected