(FSkinColor skinColor, float x, float y, float radius)
| 623 | } |
| 624 | |
| 625 | public void fillCircle(FSkinColor skinColor, float x, float y, float radius) { |
| 626 | fillCircle(skinColor.getColor(), x, y, radius); |
| 627 | } |
| 628 | |
| 629 | public void fillCircle(Color color, float x, float y, float radius) { |
| 630 | batch.end(); //must pause batch while rendering shapes |
no test coverage detected