h/mercury: Add missing break statement

This commit is contained in:
Jakob Bornecrantz 2022-09-28 13:54:06 +01:00 committed by Moses Turner
parent da571275c2
commit 127a467efc

View file

@ -666,7 +666,7 @@ calc_src_tri(cv::Point2f center,
// top right (becomes bottom right)
out_src_tri[2] = bottom_right;
}
} break;
default: assert(false);
}
}