(float arrowThickness, FSkinColor skinColor, float x1, float y1, float x2, float y2)
| 326 | } |
| 327 | |
| 328 | public void drawLineArrow(float arrowThickness, FSkinColor skinColor, float x1, float y1, float x2, float y2) { |
| 329 | drawLineArrow(arrowThickness, skinColor.getColor(), x1, y1, x2, y2); |
| 330 | } |
| 331 | |
| 332 | public void drawLineArrow(float thickness, Color color, float x1, float y1, float x2, float y2) { |
| 333 | batch.end(); //must pause batch while rendering shapes |
no test coverage detected