diff options
Diffstat (limited to 'Source/Panel.h')
-rw-r--r-- | Source/Panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Panel.h b/Source/Panel.h index f4f4080..c9b4910 100644 --- a/Source/Panel.h +++ b/Source/Panel.h | |||
@@ -45,7 +45,7 @@ enum IntersectionFlags { | |||
45 | IS_ENDPOINT = 0x1, | 45 | IS_ENDPOINT = 0x1, |
46 | IS_STARTPOINT = 0x2, | 46 | IS_STARTPOINT = 0x2, |
47 | IS_GAP = 0x10000, | 47 | IS_GAP = 0x10000, |
48 | HAS_DOT = 0x8, | 48 | HAS_DOT = 0x20, |
49 | DOT_IS_BLUE = 0x100, | 49 | DOT_IS_BLUE = 0x100, |
50 | DOT_IS_ORANGE = 0x200, | 50 | DOT_IS_ORANGE = 0x200, |
51 | DOT_IS_INVISIBLE = 0x1000, | 51 | DOT_IS_INVISIBLE = 0x1000, |