Remove profile scope from `tessellate_shape`
This commit is contained in:
parent
60e272f192
commit
c5352cf6c1
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue