fix typo (missing comma)

This commit is contained in:
Michael Votaw
2025-02-11 19:39:03 -08:00
committed by teejusb
parent c7af0a4436
commit c9af5d78a3
+2 -2
View File
@@ -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.