mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
h/mercury: Add missing break statement
This commit is contained in:
parent
da571275c2
commit
127a467efc
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue