FIxed the drawing layer for arcs (GAL).

This commit is contained in:
Maciej Suminski 2015-12-03 15:05:53 +01:00
parent d373915340
commit 9b4d12653e
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ void OPENGL_GAL::DrawArc( const VECTOR2D& aCenterPoint, double aRadius, double a
SWAP( aStartAngle, >, aEndAngle );
Save();
currentManager->Translate( aCenterPoint.x, aCenterPoint.y, layerDepth );
currentManager->Translate( aCenterPoint.x, aCenterPoint.y, 0.0 );
if( isStrokeEnabled )
{