Compare commits

..

No commits in common. "531732c524ac1bf65160c200e06c81fe3a3cdded" and "b8e2e8e2fdc83e2724be4f2cf7ea3829f4c11149" have entirely different histories.

View File

@ -101,7 +101,7 @@ string PrintFrames::parseValue(vector<Frame> frames) {
else if (frames[i].Roll[0] == 0 && frames[i].Roll[1] == 10 && frames[i].Roll[2] == 10) {
ss << "-, /, X";
} else {
ss << frames[i].Roll[0] << ", /, " << frames[i].Roll[2];
ss << frames[i].Roll[0] << ", / ";
}
continue;
}