| 672 | } |
| 673 | |
| 674 | void BatchRenderer::linesSetColor( const Color& Color ) { |
| 675 | quadsSetColor( Color ); |
| 676 | } |
| 677 | |
| 678 | void BatchRenderer::linesSetColorFree( const Color& Color0, const Color& Color1 ) { |
| 679 | quadsSetColorFree( Color0, Color1, Color0, Color0 ); |