(float thickness, FSkinColor skinColor, float x, float y, float w, float h)
| 530 | } |
| 531 | |
| 532 | public void drawRect(float thickness, FSkinColor skinColor, float x, float y, float w, float h) { |
| 533 | drawRect(thickness, skinColor.getColor(), x, y, w, h); |
| 534 | } |
| 535 | |
| 536 | public void drawRect(float thickness, Color color, float x, float y, float w, float h) { |
| 537 | batch.end(); //must pause batch while rendering shapes |
no test coverage detected