mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06: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)
|
// top right (becomes bottom right)
|
||||||
out_src_tri[2] = bottom_right;
|
out_src_tri[2] = bottom_right;
|
||||||
}
|
} break;
|
||||||
default: assert(false);
|
default: assert(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue