Skip to content

Commit

Permalink
Remove unused arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Jun 22, 2024
1 parent e1d25ad commit 67fc849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/cloth.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def step(self):
self.b.acceleration -= momentum


def make_mesh(size: Size, nanchors: int) -> tuple[list[Node], list[Link]]:
def make_mesh(size: Size) -> tuple[list[Node], list[Link]]:
height, width = size

nodes = [
Expand Down

0 comments on commit 67fc849

Please sign in to comment.