Skip to content

Commit

Permalink
Merge branch 'example_rigid_chain_fix' into 'master'
Browse files Browse the repository at this point in the history
Remove duplicate renderer save in example_rigid_chain.py

See merge request omniverse/warp!381
  • Loading branch information
daedalus5 committed Mar 14, 2024
2 parents 53f6e2a + ba9a3fd commit c834c50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions warp/examples/sim/example_rigid_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,3 @@ def render(self):

if example.renderer:
example.renderer.save()
if example.renderer:
example.renderer.save()

0 comments on commit c834c50

Please sign in to comment.