(float thickness, FSkinColor skinColor, float x, float y, float w, float h, float cornerRadius)
| 454 | } |
| 455 | |
| 456 | public void drawRoundRect(float thickness, FSkinColor skinColor, float x, float y, float w, float h, float cornerRadius) { |
| 457 | drawRoundRect(thickness, skinColor.getColor(), x, y, w, h, cornerRadius); |
| 458 | } |
| 459 | |
| 460 | public void drawRoundRect(float thickness, Color color, float x, float y, float w, float h, float cornerRadius) { |
| 461 | batch.end(); //must pause batch while rendering shapes |
no test coverage detected