dxflib_qcad: fix DL_POLYLINE3D flag definition

upstream commit
3504cddee254bec2240456d8b3acbbc2dec06fef
This commit is contained in:
Marek Roszko 2020-11-19 18:56:10 -05:00
parent 4b890212ba
commit ac31cee0cc
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ const double dxfColors[][3] =
// Flags // Flags
#define DL_OPEN_PLINE 0x00 #define DL_OPEN_PLINE 0x00
#define DL_CLOSED_PLINE 0x01 #define DL_CLOSED_PLINE 0x01
#define DL_POLYLINE3D 0x80 #define DL_POLYLINE3D 0x08
#define DL_PFACE_MESH 0x40 #define DL_PFACE_MESH 0x40
#define DL_PGON_MESH 0x10 #define DL_PGON_MESH 0x10
// Vertices follow entity, required in POLYLINES // Vertices follow entity, required in POLYLINES