diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-07 09:26:42 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-07 09:26:42 -0800 |
commit | 5ad08f6611c8c777c43cfa0d2380b6ad6554a54d (patch) | |
tree | e14b08857f15003bdeb47daca0dc5e741c033b94 /Source/Panel.h | |
parent | e762e48d6fbab7bd5137c369fa49df25ccd5369d (diff) | |
download | witness-tutorializer-5ad08f6611c8c777c43cfa0d2380b6ad6554a54d.tar.gz witness-tutorializer-5ad08f6611c8c777c43cfa0d2380b6ad6554a54d.tar.bz2 witness-tutorializer-5ad08f6611c8c777c43cfa0d2380b6ad6554a54d.zip |
Not sure what other feature work is valuable -- I'd rather work on exporting.
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, |