(FSkinColor skinColor, float x1, float y1, float x2, float y2, float x3, float y3)
| 649 | } |
| 650 | |
| 651 | public void fillTriangle(FSkinColor skinColor, float x1, float y1, float x2, float y2, float x3, float y3) { |
| 652 | fillTriangle(skinColor.getColor(), x1, y1, x2, y2, x3, y3); |
| 653 | } |
| 654 | |
| 655 | public void fillTriangle(Color color, float x1, float y1, float x2, float y2, float x3, float y3) { |
| 656 | batch.end(); //must pause batch while rendering shapes |
no test coverage detected