diff options
Diffstat (limited to 'src/nodepath.h')
| -rw-r--r-- | src/nodepath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nodepath.h b/src/nodepath.h index 336c9019c..4d05b9f01 100644 --- a/src/nodepath.h +++ b/src/nodepath.h @@ -145,6 +145,8 @@ typedef enum { NODE_CUSP, /** This node continuously joins two segments. */ NODE_SMOOTH, +/** This node has automatic handles. */ + NODE_AUTO, /** This node is symmetric. */ NODE_SYMM } NodeType; |
