| 943 | } |
| 944 | |
| 945 | void BatchRenderer::polygonSetColor( const Color& Color ) { |
| 946 | pointSetColor( Color ); |
| 947 | } |
| 948 | |
| 949 | void BatchRenderer::batchPolygon( const Polygon2f& Polygon ) { |
| 950 | if ( Polygon.getSize() > mVertexSize ) |
no outgoing calls
no test coverage detected