mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
dxflib_qcad: fix DL_POLYLINE3D flag definition
upstream commit 3504cddee254bec2240456d8b3acbbc2dec06fef
This commit is contained in:
parent
4b890212ba
commit
ac31cee0cc
2
thirdparty/dxflib_qcad/dl_codes.h
vendored
2
thirdparty/dxflib_qcad/dl_codes.h
vendored
@ -504,7 +504,7 @@ const double dxfColors[][3] =
|
||||
// Flags
|
||||
#define DL_OPEN_PLINE 0x00
|
||||
#define DL_CLOSED_PLINE 0x01
|
||||
#define DL_POLYLINE3D 0x80
|
||||
#define DL_POLYLINE3D 0x08
|
||||
#define DL_PFACE_MESH 0x40
|
||||
#define DL_PGON_MESH 0x10
|
||||
// Vertices follow entity, required in POLYLINES
|
||||
|
Loading…
x
Reference in New Issue
Block a user