diff --git a/src/xrt/tracking/hand/mercury/hg_model.cpp b/src/xrt/tracking/hand/mercury/hg_model.cpp index 9ed8868b8..5a9b138f7 100644 --- a/src/xrt/tracking/hand/mercury/hg_model.cpp +++ b/src/xrt/tracking/hand/mercury/hg_model.cpp @@ -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); } }