Skip to content

Commit

Permalink
animation.update_config -> animation.update_rate_info
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Feb 9, 2023
1 parent ad40999 commit 01c51db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manimlib/mobject/mobject_update_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def turn_animation_into_updater(
the updater will be popped uplon completion
"""
mobject = animation.mobject
animation.update_config(**kwargs)
animation.update_rate_info(**kwargs)
animation.suspend_mobject_updating = False
animation.begin()
animation.total_time = 0
Expand Down

0 comments on commit 01c51db

Please sign in to comment.