fix typo (missing comma)
This commit is contained in:
@@ -27,7 +27,7 @@ namespace StepParity {
|
|||||||
{4, 0}, // P2 Down
|
{4, 0}, // P2 Down
|
||||||
{4, 2}, // P2 Up
|
{4, 2}, // P2 Up
|
||||||
{5, 1} // P2 Right
|
{5, 1} // P2 Right
|
||||||
}, {26}, {1,5}, {0,3,4,7})}
|
}, {2, 6}, {1, 5}, {0, 3, 4, 7})}
|
||||||
};
|
};
|
||||||
|
|
||||||
/// @brief This class handles most of the work for generating step parities for a step chart.
|
/// @brief This class handles most of the work for generating step parities for a step chart.
|
||||||
|
|||||||
Reference in New Issue
Block a user