Skip to content

Commit d236fa1

Browse files
committed
Fix dumb typo
1 parent c00c9f1 commit d236fa1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mesh_builder.rs

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ impl LyonMeshBuilder
5454
/// Uses [`TriangleStrip`](PrimitiveTopology::TriangleStrip) as the default primitive topology.
5555
pub fn build(self) -> Mesh
5656
{
57-
LyonMeshBuilder::
5857
self.build_with_topology(PrimitiveTopology::TriangleStrip)
5958
}
6059

0 commit comments

Comments
 (0)