gal: Pass aReserve to drawLineQuad in drawPolyline.
This commit is contained in:
parent
a5d685ff5c
commit
aeef215ffb
|
@ -2187,7 +2187,7 @@ void OPENGL_GAL::drawPolyline( const std::function<VECTOR2D( int )>& aPointGette
|
||||||
|
|
||||||
if( aPointCount == 1 )
|
if( aPointCount == 1 )
|
||||||
{
|
{
|
||||||
drawLineQuad( aPointGetter( 0 ), aPointGetter( 0 ), false );
|
drawLineQuad( aPointGetter( 0 ), aPointGetter( 0 ), aReserve );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue