(FSkinColor skinColor, float x, float y, float w, float h)
| 567 | } |
| 568 | |
| 569 | public void fillRect(FSkinColor skinColor, float x, float y, float w, float h) { |
| 570 | fillRect(skinColor.getColor(), x, y, w, h); |
| 571 | } |
| 572 | |
| 573 | public void fillRect(Color color, float x, float y, float w, float h) { |
| 574 | batch.end(); //must pause batch while rendering shapes |
no test coverage detected