| 767 | } |
| 768 | |
| 769 | void BatchRenderer::lineStripSetColor( const Color& Color ) { |
| 770 | quadsSetColor( Color ); |
| 771 | } |
| 772 | |
| 773 | void BatchRenderer::lineStripSetColorFree( const Color& Color0, const Color& Color1 ) { |
| 774 | quadsSetColorFree( Color0, Color1, Color0, Color0 ); |