Skip to content

Commit

Permalink
Remove profile scope from tessellate_shape
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 2, 2024
1 parent 60e272f commit c5352cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/epaint/src/tessellator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit c5352cf

Please sign in to comment.