summaryrefslogtreecommitdiffstats
path: root/src/snap-enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snap-enums.h')
-rw-r--r--src/snap-enums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap-enums.h b/src/snap-enums.h
index c6ca97402..ab82aaf37 100644
--- a/src/snap-enums.h
+++ b/src/snap-enums.h
@@ -66,7 +66,7 @@ enum SnapTargetType {
SNAPTARGET_NODE_SMOOTH,
SNAPTARGET_NODE_CUSP,
SNAPTARGET_LINE_MIDPOINT,
- SNAPTARGET_PATH,
+ SNAPTARGET_PATH, // If path targets are added here, then also add them to the list in findBestSnap()
SNAPTARGET_PATH_PERPENDICULAR,
SNAPTARGET_PATH_TANGENTIAL,
SNAPTARGET_PATH_INTERSECTION,