Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
002d8a0804 | ||
|
|
8222f5e0b3 | ||
|
|
b8e2e8e2fd |
+1
-1
@@ -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] << ", / ";
|
||||
ss << frames[i].Roll[0] << ", /, " << frames[i].Roll[2];
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user