mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Remove profile scope from tessellate_shape
This commit is contained in:
@@ -1205,8 +1205,6 @@ impl Tessellator {
|
||||
/// * `shape`: the shape to tessellate.
|
||||
/// * `out`: triangles are appended to this.
|
||||
pub fn tessellate_shape(&mut self, shape: Shape, out: &mut Mesh) {
|
||||
crate::profile_function!();
|
||||
|
||||
match shape {
|
||||
Shape::Noop => {}
|
||||
Shape::Vec(vec) => {
|
||||
|
||||
Reference in New Issue
Block a user