about summary refs log tree commit diff stats
path: root/Source/PuzzleSerializer.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-11-25 18:19:04 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2019-11-25 18:19:04 -0800
commit2222a8ce5de5f46b762473001101aa10a0884bc1 (patch)
tree122190352eff1dbc98657f707d9a34fbeb153ece /Source/PuzzleSerializer.h
parent50992a6ab44321fe925c2becaa856a31696076ea (diff)
downloadwitness-tutorializer-2222a8ce5de5f46b762473001101aa10a0884bc1.tar.gz
witness-tutorializer-2222a8ce5de5f46b762473001101aa10a0884bc1.tar.bz2
witness-tutorializer-2222a8ce5de5f46b762473001101aa10a0884bc1.zip
Fix bug, finalize symmetry wall
Diffstat (limited to 'Source/PuzzleSerializer.h')
-rw-r--r--Source/PuzzleSerializer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/PuzzleSerializer.h b/Source/PuzzleSerializer.h index 4ccd383..391f5c0 100644 --- a/Source/PuzzleSerializer.h +++ b/Source/PuzzleSerializer.h
@@ -65,6 +65,6 @@ private:
65 // Locations of non-grid points, i.e. dots, gaps, and endpoints 65 // Locations of non-grid points, i.e. dots, gaps, and endpoints
66 std::unordered_map<int, int> _extraLocations; 66 std::unordered_map<int, int> _extraLocations;
67 67
68 float MIN, MAX, INTERVAL; 68 float MIN, MAX, INTERVAL, GAP_SIZE;
69 int X_OFF, Y_OFF; 69 int X_OFF, Y_OFF;
70}; 70};