dxflib_qcad: fix LWPOLYLINE without Z values

upstream commit
715f02eee3f76e3862aeb788a2c814334f74186d
This commit is contained in:
Marek Roszko 2020-11-19 18:55:19 -05:00
parent 7fd37c39a1
commit 4b890212ba
1 changed files with 0 additions and 1 deletions

View File

@ -2961,7 +2961,6 @@ void DL_Dxf::writeVertex( DL_WriterA& dw,
{
dw.dxfReal( 10, data.x );
dw.dxfReal( 20, data.y );
dw.dxfReal( 30, data.z );
if( fabs( data.bulge )>1.0e-10 )
{