We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f0433 commit 61bafdfCopy full SHA for 61bafdf
src/mmSolver/adjust/adjust_base.cpp
@@ -1126,7 +1126,7 @@ MStatus solveFrames(
1126
1127
if ((verbose == false) && (printStats.enable == false)) {
1128
MMSOLVER_INFO("Solving...");
1129
- MMSOLVER_INFO("Marker count: " << usedMarkerList.size())
+ MMSOLVER_INFO("Marker count: " << usedMarkerList.size());
1130
MMSOLVER_INFO("Attribute count: " << usedAttrList.size());
1131
std::stringstream ss;
1132
ss << "Frames:";
0 commit comments