Skip to content

Commit

Permalink
Merge pull request #1096 from tomole444/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
cornerfarmer committed Jun 6, 2024
2 parents 8dec616 + 4448902 commit 464cdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/gif_animation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
item.set_rotation_euler([1,0,1])
item.enable_rigidbody(active=True)

# Aktivate the physics simulation
# Activate the physics simulation
bproc.object.simulate_physics(
min_simulation_time=4,
max_simulation_time=20,
Expand Down

0 comments on commit 464cdd0

Please sign in to comment.