fix typo (missing comma)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace StepParity {
|
||||
{1, 0}, // Down
|
||||
{1, 2}, // Up
|
||||
{2, 1} // Right
|
||||
}, {2}, {1}, {0,3})},
|
||||
}, {2}, {1}, {0, 3})},
|
||||
{StepsType_dance_double, StageLayout(StepsType_dance_double, {
|
||||
{0, 1}, // P1 Left
|
||||
{1, 0}, // P1 Down
|
||||
@@ -27,7 +27,7 @@ namespace StepParity {
|
||||
{4, 0}, // P2 Down
|
||||
{4, 2}, // P2 Up
|
||||
{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.
|
||||
|
||||
Reference in New Issue
Block a user