diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-26 21:43:17 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-26 21:43:17 -0700 |
commit | 1d4763bc94c9887bc4171374202a5d12be1fc10f (patch) | |
tree | 1ea6fb996d658148e1a193f61751ea7765184037 /WitnessRandomizer/Panels.h | |
parent | 9503fc300e1c2d9fcddcf5b8ecc009cd4429337a (diff) | |
download | witness-tutorializer-1d4763bc94c9887bc4171374202a5d12be1fc10f.tar.gz witness-tutorializer-1d4763bc94c9887bc4171374202a5d12be1fc10f.tar.bz2 witness-tutorializer-1d4763bc94c9887bc4171374202a5d12be1fc10f.zip |
Way better caching.
Diffstat (limited to 'WitnessRandomizer/Panels.h')
-rw-r--r-- | WitnessRandomizer/Panels.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WitnessRandomizer/Panels.h b/WitnessRandomizer/Panels.h index 9589ace..4f7ff2d 100644 --- a/WitnessRandomizer/Panels.h +++ b/WitnessRandomizer/Panels.h | |||
@@ -101,10 +101,10 @@ std::vector<int> upDownPanels = { | |||
101 | 101 | ||
102 | // Note: Some of these (non-controls) are duplicated elsewhere | 102 | // Note: Some of these (non-controls) are duplicated elsewhere |
103 | std::vector<int> leftForwardRightPanels = { | 103 | std::vector<int> leftForwardRightPanels = { |
104 | 0x00075, // Symmetry Island Colored Dots 3 | 104 | // 0x00075, // Symmetry Island Colored Dots 3 |
105 | 0x288EA, // UTM Perspective 1 | 105 | // 0x288EA, // UTM Perspective 1 |
106 | 0x288FC, // UTM Perspective 2 | 106 | // 0x288FC, // UTM Perspective 2 |
107 | 0x289E7, // UTM Perspective 3 | 107 | // 0x289E7, // UTM Perspective 3 |
108 | 108 | ||
109 | 0x17DD1, // Treehouse Left Orange 9 | 109 | 0x17DD1, // Treehouse Left Orange 9 |
110 | 0x17CE3, // Treehouse Right Orange 4 | 110 | 0x17CE3, // Treehouse Right Orange 4 |