(float thickness, FSkinColor skinColor, float x1, float y1, float x2, float y2)
| 287 | } |
| 288 | |
| 289 | public void drawLine(float thickness, FSkinColor skinColor, float x1, float y1, float x2, float y2) { |
| 290 | drawLine(thickness, skinColor.getColor(), x1, y1, x2, y2); |
| 291 | } |
| 292 | |
| 293 | public void drawLine(float thickness, Color color, float x1, float y1, float x2, float y2) { |
| 294 | batch.end(); //must pause batch while rendering shapes |
no test coverage detected